| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 '<(DEPTH)/content/content.gyp:content_worker', | 81 '<(DEPTH)/content/content.gyp:content_worker', |
| 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', | 82 '<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib', |
| 83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 83 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', | 84 '<(DEPTH)/extensions/extensions.gyp:extensions_browser', |
| 85 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 85 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', | 86 '<(DEPTH)/extensions/extensions.gyp:extensions_renderer', |
| 87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 87 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 88 '<(DEPTH)/skia/skia.gyp:skia', | 88 '<(DEPTH)/skia/skia.gyp:skia', |
| 89 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', | 89 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink', |
| 90 '<(DEPTH)/ui/wm/wm.gyp:wm', | 90 '<(DEPTH)/ui/wm/wm.gyp:wm', |
| 91 '<(DEPTH)/ui/wm/wm.gyp:wm_test_support', | |
| 92 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 91 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 93 ], | 92 ], |
| 94 'include_dirs': [ | 93 'include_dirs': [ |
| 95 '../..', | 94 '../..', |
| 96 '<(SHARED_INTERMEDIATE_DIR)', | 95 '<(SHARED_INTERMEDIATE_DIR)', |
| 97 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', | 96 '<(SHARED_INTERMEDIATE_DIR)/apps/shell', |
| 98 ], | 97 ], |
| 99 'sources': [ | 98 'sources': [ |
| 100 'app/shell_main_delegate.cc', | 99 'app/shell_main_delegate.cc', |
| 101 'app/shell_main_delegate.h', | 100 'app/shell_main_delegate.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'browser/shell_browsertest.cc', | 200 'browser/shell_browsertest.cc', |
| 202 'test/shell_test.h', | 201 'test/shell_test.h', |
| 203 'test/shell_test.cc', | 202 'test/shell_test.cc', |
| 204 'test/shell_test_launcher_delegate.cc', | 203 'test/shell_test_launcher_delegate.cc', |
| 205 'test/shell_test_launcher_delegate.h', | 204 'test/shell_test_launcher_delegate.h', |
| 206 'test/shell_tests_main.cc', | 205 'test/shell_tests_main.cc', |
| 207 ], | 206 ], |
| 208 }, | 207 }, |
| 209 ], # targets | 208 ], # targets |
| 210 } | 209 } |
| OLD | NEW |