| 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 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
| 9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
| 10 # standard Chrome. | 10 # standard Chrome. |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 'sources/': [ | 330 'sources/': [ |
| 331 ['exclude', 'shell/browser/shell_gtk.cc'], | 331 ['exclude', 'shell/browser/shell_gtk.cc'], |
| 332 ], | 332 ], |
| 333 'conditions': [ | 333 'conditions': [ |
| 334 ['toolkit_views==1', { | 334 ['toolkit_views==1', { |
| 335 'dependencies': [ | 335 'dependencies': [ |
| 336 '../ui/resources/ui_resources.gyp:ui_resources', | 336 '../ui/resources/ui_resources.gyp:ui_resources', |
| 337 '../ui/views/controls/webview/webview.gyp:webview', | 337 '../ui/views/controls/webview/webview.gyp:webview', |
| 338 '../ui/views/views.gyp:views', | 338 '../ui/views/views.gyp:views', |
| 339 '../ui/views/views.gyp:views_test_support', | 339 '../ui/views/views.gyp:views_test_support', |
| 340 '../ui/wm/wm.gyp:wm_core', |
| 340 ], | 341 ], |
| 341 'sources/': [ | 342 'sources/': [ |
| 342 ['exclude', 'shell/browser/shell_aura.cc'], | 343 ['exclude', 'shell/browser/shell_aura.cc'], |
| 343 ], | 344 ], |
| 344 }, { | 345 }, { |
| 345 'sources/': [ | 346 'sources/': [ |
| 346 ['exclude', 'shell/browser/shell_views.cc'], | 347 ['exclude', 'shell/browser/shell_views.cc'], |
| 347 ], | 348 ], |
| 348 }], | 349 }], |
| 349 ], | 350 ], |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1135 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1135 '--destination_dir', '<(dest_dir)', | 1136 '--destination_dir', '<(dest_dir)', |
| 1136 ], | 1137 ], |
| 1137 }, | 1138 }, |
| 1138 ], | 1139 ], |
| 1139 }, | 1140 }, |
| 1140 ], | 1141 ], |
| 1141 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1142 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1142 ] | 1143 ] |
| 1143 } | 1144 } |
| OLD | NEW |