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