| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'content_shell_product_name': 'Content Shell', | 7 'content_shell_product_name': 'Content Shell', |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 # This is needed by content/app/content_main_runner.cc | 163 # This is needed by content/app/content_main_runner.cc |
| 164 '../base/allocator/allocator.gyp:allocator', | 164 '../base/allocator/allocator.gyp:allocator', |
| 165 ], | 165 ], |
| 166 }], | 166 }], |
| 167 ['use_aura==1', { | 167 ['use_aura==1', { |
| 168 'dependencies': [ | 168 'dependencies': [ |
| 169 '../ui/aura/aura.gyp:aura', | 169 '../ui/aura/aura.gyp:aura', |
| 170 '../ui/base/strings/ui_strings.gyp:ui_strings', | 170 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 171 '../ui/views/controls/webview/webview.gyp:webview', | 171 '../ui/views/controls/webview/webview.gyp:webview', |
| 172 '../ui/views/views.gyp:views', | 172 '../ui/views/views.gyp:views', |
| 173 '../ui/views/views.gyp:test_support_views', |
| 173 '../ui/ui.gyp:ui_resources', | 174 '../ui/ui.gyp:ui_resources', |
| 174 ], | 175 ], |
| 175 'sources/': [ | 176 'sources/': [ |
| 176 ['exclude', 'shell/shell_gtk.cc'], | 177 ['exclude', 'shell/shell_gtk.cc'], |
| 177 ['exclude', 'shell/shell_win.cc'], | 178 ['exclude', 'shell/shell_win.cc'], |
| 178 ], | 179 ], |
| 179 }], # use_aura==1 | 180 }], # use_aura==1 |
| 180 ['chromeos==1', { | 181 ['chromeos==1', { |
| 181 'dependencies': [ | 182 'dependencies': [ |
| 182 '../chromeos/chromeos.gyp:chromeos', | 183 '../chromeos/chromeos.gyp:chromeos', |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 '-buildfile', | 654 '-buildfile', |
| 654 'shell/android/java/content_shell_apk.xml', | 655 'shell/android/java/content_shell_apk.xml', |
| 655 ], | 656 ], |
| 656 } | 657 } |
| 657 ], | 658 ], |
| 658 }, | 659 }, |
| 659 ], | 660 ], |
| 660 }], # OS=="android" | 661 }], # OS=="android" |
| 661 ] | 662 ] |
| 662 } | 663 } |
| OLD | NEW |