OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 '../../base/base.gyp:base', | 1043 '../../base/base.gyp:base', |
1044 '../../base/base.gyp:base_i18n', | 1044 '../../base/base.gyp:base_i18n', |
1045 '../../content/content.gyp:content', | 1045 '../../content/content.gyp:content', |
1046 '../../content/content_shell_and_tests.gyp:content_shell_lib', | 1046 '../../content/content_shell_and_tests.gyp:content_shell_lib', |
1047 '../../content/content_shell_and_tests.gyp:test_support_content', | 1047 '../../content/content_shell_and_tests.gyp:test_support_content', |
1048 '../../skia/skia.gyp:skia', | 1048 '../../skia/skia.gyp:skia', |
1049 '../../third_party/icu/icu.gyp:icui18n', | 1049 '../../third_party/icu/icu.gyp:icui18n', |
1050 '../../third_party/icu/icu.gyp:icuuc', | 1050 '../../third_party/icu/icu.gyp:icuuc', |
1051 '../events/events.gyp:events', | 1051 '../events/events.gyp:events', |
1052 '../gfx/gfx.gyp:gfx', | 1052 '../gfx/gfx.gyp:gfx', |
1053 '../shell/shell.gyp:shell', | |
1054 '../ui.gyp:ui', | 1053 '../ui.gyp:ui', |
1055 '../ui.gyp:ui_resources', | 1054 '../ui.gyp:ui_resources', |
1056 '../ui.gyp:ui_test_pak', | 1055 '../ui.gyp:ui_test_pak', |
| 1056 '../wm/wm.gyp:wm_test_support', |
1057 'views', | 1057 'views', |
1058 'views_examples_with_content_lib', | 1058 'views_examples_with_content_lib', |
1059 'views_test_support' | 1059 'views_test_support' |
1060 ], | 1060 ], |
1061 'include_dirs': [ | 1061 'include_dirs': [ |
1062 '../..', | 1062 '../..', |
1063 ], | 1063 ], |
1064 'sources': [ | 1064 'sources': [ |
1065 '../../content/app/startup_helper_win.cc', | 1065 '../../content/app/startup_helper_win.cc', |
1066 'examples/content_client/examples_browser_main_parts.cc', | 1066 'examples/content_client/examples_browser_main_parts.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 'sources/': [ | 1102 'sources/': [ |
1103 # This is needed because the aura rule strips it from the default | 1103 # This is needed because the aura rule strips it from the default |
1104 # sources list. | 1104 # sources list. |
1105 ['include', '^../../content/app/startup_helper_win.cc'], | 1105 ['include', '^../../content/app/startup_helper_win.cc'], |
1106 ], | 1106 ], |
1107 }], | 1107 }], |
1108 ], | 1108 ], |
1109 }, # target_name: views_examples_with_content_exe | 1109 }, # target_name: views_examples_with_content_exe |
1110 ], | 1110 ], |
1111 } | 1111 } |
OLD | NEW |