OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 '<(DEPTH)/content/content.gyp:content_gpu', | 80 '<(DEPTH)/content/content.gyp:content_gpu', |
81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', | 81 '<(DEPTH)/content/content.gyp:content_ppapi_plugin', |
82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
83 '<(DEPTH)/device/hid/hid.gyp:device_hid', | 83 '<(DEPTH)/device/hid/hid.gyp:device_hid', |
84 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 84 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
85 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 85 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
86 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 86 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
87 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 87 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
88 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 88 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
89 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', | 89 '<(DEPTH)/extensions/shell/common/api/api.gyp:shell_api', |
90 '<(DEPTH)/mojo/mojo.gyp:mojo_environment_chromium', | 90 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
91 '<(DEPTH)/mojo/mojo.gyp:mojo_system_impl', | 91 '<(DEPTH)/mojo/mojo_base.gyp:mojo_system_impl', |
92 '<(DEPTH)/skia/skia.gyp:skia', | 92 '<(DEPTH)/skia/skia.gyp:skia', |
93 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 93 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
94 '<(DEPTH)/ui/wm/wm.gyp:wm', | 94 '<(DEPTH)/ui/wm/wm.gyp:wm', |
95 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 95 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
96 ], | 96 ], |
97 'include_dirs': [ | 97 'include_dirs': [ |
98 '../..', | 98 '../..', |
99 '<(SHARED_INTERMEDIATE_DIR)', | 99 '<(SHARED_INTERMEDIATE_DIR)', |
100 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', | 100 '<(SHARED_INTERMEDIATE_DIR)/extensions/shell', |
101 ], | 101 ], |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'browser/shell_browsertest.cc', | 218 'browser/shell_browsertest.cc', |
219 'test/shell_test.h', | 219 'test/shell_test.h', |
220 'test/shell_test.cc', | 220 'test/shell_test.cc', |
221 'test/shell_test_launcher_delegate.cc', | 221 'test/shell_test_launcher_delegate.cc', |
222 'test/shell_test_launcher_delegate.h', | 222 'test/shell_test_launcher_delegate.h', |
223 'test/shell_tests_main.cc', | 223 'test/shell_tests_main.cc', |
224 ], | 224 ], |
225 }, | 225 }, |
226 ], # targets | 226 ], # targets |
227 } | 227 } |
OLD | NEW |