| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 'common/shell_extensions_client.h', | 139 'common/shell_extensions_client.h', |
| 140 'renderer/shell_content_renderer_client.cc', | 140 'renderer/shell_content_renderer_client.cc', |
| 141 'renderer/shell_content_renderer_client.h', | 141 'renderer/shell_content_renderer_client.h', |
| 142 'renderer/shell_custom_bindings.cc', | 142 'renderer/shell_custom_bindings.cc', |
| 143 'renderer/shell_custom_bindings.h', | 143 'renderer/shell_custom_bindings.h', |
| 144 'renderer/shell_custom_bindings.js', | 144 'renderer/shell_custom_bindings.js', |
| 145 'renderer/shell_dispatcher_delegate.cc', | 145 'renderer/shell_dispatcher_delegate.cc', |
| 146 'renderer/shell_dispatcher_delegate.h', | 146 'renderer/shell_dispatcher_delegate.h', |
| 147 'renderer/shell_extensions_renderer_client.cc', | 147 'renderer/shell_extensions_renderer_client.cc', |
| 148 'renderer/shell_extensions_renderer_client.h', | 148 'renderer/shell_extensions_renderer_client.h', |
| 149 'renderer/shell_renderer_main_delegate.h', |
| 149 ], | 150 ], |
| 150 'conditions': [ | 151 'conditions': [ |
| 151 ['chromeos==1', { | 152 ['chromeos==1', { |
| 152 'dependencies': [ | 153 'dependencies': [ |
| 153 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', | 154 '<(DEPTH)/chromeos/chromeos.gyp:chromeos', |
| 154 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 155 '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 155 '<(DEPTH)/ui/display/display.gyp:display', | 156 '<(DEPTH)/ui/display/display.gyp:display', |
| 156 ], | 157 ], |
| 157 }], | 158 }], |
| 158 ], | 159 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'browser/shell_browsertest.cc', | 205 'browser/shell_browsertest.cc', |
| 205 'test/shell_test.h', | 206 'test/shell_test.h', |
| 206 'test/shell_test.cc', | 207 'test/shell_test.cc', |
| 207 'test/shell_test_launcher_delegate.cc', | 208 'test/shell_test_launcher_delegate.cc', |
| 208 'test/shell_test_launcher_delegate.h', | 209 'test/shell_test_launcher_delegate.h', |
| 209 'test/shell_tests_main.cc', | 210 'test/shell_tests_main.cc', |
| 210 ], | 211 ], |
| 211 }, | 212 }, |
| 212 ], # targets | 213 ], # targets |
| 213 } | 214 } |
| OLD | NEW |