| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 # This is needed by content/app/content_main_runner.cc | 168 # This is needed by content/app/content_main_runner.cc |
| 169 '../base/allocator/allocator.gyp:allocator', | 169 '../base/allocator/allocator.gyp:allocator', |
| 170 ], | 170 ], |
| 171 }], | 171 }], |
| 172 ['use_aura==1', { | 172 ['use_aura==1', { |
| 173 'dependencies': [ | 173 'dependencies': [ |
| 174 '../ui/aura/aura.gyp:aura', | 174 '../ui/aura/aura.gyp:aura', |
| 175 '../ui/base/strings/ui_strings.gyp:ui_strings', | 175 '../ui/base/strings/ui_strings.gyp:ui_strings', |
| 176 '../ui/views/controls/webview/webview.gyp:webview', | 176 '../ui/views/controls/webview/webview.gyp:webview', |
| 177 '../ui/views/views.gyp:views', | 177 '../ui/views/views.gyp:views', |
| 178 '../ui/views/views.gyp:test_support_views', | 178 '../ui/views/views.gyp:views_test_support', |
| 179 '../ui/ui.gyp:ui_resources', | 179 '../ui/ui.gyp:ui_resources', |
| 180 ], | 180 ], |
| 181 'sources/': [ | 181 'sources/': [ |
| 182 ['exclude', 'shell/shell_gtk.cc'], | 182 ['exclude', 'shell/shell_gtk.cc'], |
| 183 ['exclude', 'shell/shell_win.cc'], | 183 ['exclude', 'shell/shell_win.cc'], |
| 184 ], | 184 ], |
| 185 }], # use_aura==1 | 185 }], # use_aura==1 |
| 186 ['chromeos==1', { | 186 ['chromeos==1', { |
| 187 'dependencies': [ | 187 'dependencies': [ |
| 188 '../chromeos/chromeos.gyp:chromeos', | 188 '../chromeos/chromeos.gyp:chromeos', |
| (...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 657 'resource_dir': '../res', | 657 'resource_dir': '../res', |
| 658 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], | 658 'native_libs_paths': ['<(SHARED_LIB_DIR)/libcontent_shell_content_vi
ew.so'], |
| 659 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], | 659 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont
ent_shell.pak'], |
| 660 }, | 660 }, |
| 661 'includes': [ '../build/java_apk.gypi' ], | 661 'includes': [ '../build/java_apk.gypi' ], |
| 662 }, | 662 }, |
| 663 ], | 663 ], |
| 664 }], # OS=="android" | 664 }], # OS=="android" |
| 665 ] | 665 ] |
| 666 } | 666 } |
| OLD | NEW |