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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
316 '../ui/base/strings/ui_strings.gyp:ui_strings', | 316 '../ui/base/strings/ui_strings.gyp:ui_strings', |
317 '../ui/events/events.gyp:events', | 317 '../ui/events/events.gyp:events', |
318 ], | 318 ], |
319 'conditions': [ | 319 'conditions': [ |
320 ['toolkit_views==1', { | 320 ['toolkit_views==1', { |
321 'dependencies': [ | 321 'dependencies': [ |
322 '../ui/resources/ui_resources.gyp:ui_resources', | 322 '../ui/resources/ui_resources.gyp:ui_resources', |
323 '../ui/views/controls/webview/webview.gyp:webview', | 323 '../ui/views/controls/webview/webview.gyp:webview', |
324 '../ui/views/views.gyp:views', | 324 '../ui/views/views.gyp:views', |
325 '../ui/views/views.gyp:views_test_support', | 325 '../ui/views/views.gyp:views_test_support', |
326 '../ui/wm/wm.gyp:wm', | 326 '../ui/wm/wm.gyp:wm_core', |
327 ], | 327 ], |
328 'sources/': [ | 328 'sources/': [ |
329 ['exclude', 'shell/browser/shell_aura.cc'], | 329 ['exclude', 'shell/browser/shell_aura.cc'], |
330 ], | 330 ], |
331 }, { | 331 }, { |
332 'sources/': [ | 332 'sources/': [ |
333 ['exclude', 'shell/browser/shell_views.cc'], | 333 ['exclude', 'shell/browser/shell_views.cc'], |
334 ], | 334 ], |
335 }], | 335 }], |
336 ], | 336 ], |
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1102 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1103 '--destination_dir', '<(dest_dir)', | 1103 '--destination_dir', '<(dest_dir)', |
1104 ], | 1104 ], |
1105 }, | 1105 }, |
1106 ], | 1106 ], |
1107 }, | 1107 }, |
1108 ], | 1108 ], |
1109 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1109 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1110 ] | 1110 ] |
1111 } | 1111 } |
OLD | NEW |