Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12220101: Minimal Chrome Frame with Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert install_worker.cc to un-break win64 build Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/external_tab_container_win.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'browser/automation/automation_resource_tracker.cc', 304 'browser/automation/automation_resource_tracker.cc',
305 'browser/automation/automation_resource_tracker.h', 305 'browser/automation/automation_resource_tracker.h',
306 'browser/automation/automation_tab_helper.cc', 306 'browser/automation/automation_tab_helper.cc',
307 'browser/automation/automation_tab_helper.h', 307 'browser/automation/automation_tab_helper.h',
308 'browser/automation/automation_tab_tracker.cc', 308 'browser/automation/automation_tab_tracker.cc',
309 'browser/automation/automation_tab_tracker.h', 309 'browser/automation/automation_tab_tracker.h',
310 'browser/automation/automation_util.cc', 310 'browser/automation/automation_util.cc',
311 'browser/automation/automation_util.h', 311 'browser/automation/automation_util.h',
312 'browser/automation/automation_window_tracker.cc', 312 'browser/automation/automation_window_tracker.cc',
313 'browser/automation/automation_window_tracker.h', 313 'browser/automation/automation_window_tracker.h',
314 'browser/automation/chrome_frame_automation_provider.cc', 314 'browser/automation/chrome_frame_automation_provider_win.cc',
315 'browser/automation/chrome_frame_automation_provider.h', 315 'browser/automation/chrome_frame_automation_provider_win.h',
316 'browser/automation/testing_automation_provider.cc', 316 'browser/automation/testing_automation_provider.cc',
317 'browser/automation/testing_automation_provider.h', 317 'browser/automation/testing_automation_provider.h',
318 'browser/automation/testing_automation_provider_aura.cc', 318 'browser/automation/testing_automation_provider_aura.cc',
319 'browser/automation/testing_automation_provider_chromeos.cc', 319 'browser/automation/testing_automation_provider_chromeos.cc',
320 'browser/automation/testing_automation_provider_gtk.cc', 320 'browser/automation/testing_automation_provider_gtk.cc',
321 'browser/automation/testing_automation_provider_mac.mm', 321 'browser/automation/testing_automation_provider_mac.mm',
322 'browser/automation/testing_automation_provider_views.cc', 322 'browser/automation/testing_automation_provider_views.cc',
323 'browser/automation/testing_automation_provider_win.cc', 323 'browser/automation/testing_automation_provider_win.cc',
324 'browser/automation/url_request_automation_job.cc', 324 'browser/automation/url_request_automation_job.cc',
325 'browser/automation/url_request_automation_job.h', 325 'browser/automation/url_request_automation_job.h',
(...skipping 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after
2569 ], 2569 ],
2570 }], 2570 }],
2571 ['use_gnome_keyring==0', { 2571 ['use_gnome_keyring==0', {
2572 'sources!': [ 2572 'sources!': [
2573 'browser/password_manager/native_backend_gnome_x.cc', 2573 'browser/password_manager/native_backend_gnome_x.cc',
2574 'browser/password_manager/native_backend_gnome_x.h', 2574 'browser/password_manager/native_backend_gnome_x.h',
2575 ], 2575 ],
2576 }], 2576 }],
2577 ['use_aura==1', { 2577 ['use_aura==1', {
2578 'sources/': [ 2578 'sources/': [
2579 ['exclude', '^browser/automation/automation_provider_win.cc'],
2580 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '],
2581 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ],
2582 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 2579 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
2583 ['exclude', '^browser/google/google_update_win.cc'], 2580 ['exclude', '^browser/google/google_update_win.cc'],
2584 ['exclude', '^browser/google/google_update_win.h'], 2581 ['exclude', '^browser/google/google_update_win.h'],
2585 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2582 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2586 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2583 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2587 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2584 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2588 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2585 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2589 ['exclude', '^browser/jumplist_win.cc'], 2586 ['exclude', '^browser/jumplist_win.cc'],
2590 ['exclude', '^browser/jumplist_win.h'], 2587 ['exclude', '^browser/jumplist_win.h'],
2591 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2588 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2592 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2589 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2593 ], 2590 ],
2594 'sources': [ 2591 'sources': [
2595 'browser/metro_viewer/metro_viewer_process_host_win.cc', 2592 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2596 'browser/metro_viewer/metro_viewer_process_host_win.h', 2593 'browser/metro_viewer/metro_viewer_process_host_win.h',
2597 ], 2594 ],
2598 'dependencies': [ 2595 'dependencies': [
2599 '../ui/aura/aura.gyp:aura', 2596 '../ui/aura/aura.gyp:aura',
2600 '../ui/compositor/compositor.gyp:compositor', 2597 '../ui/compositor/compositor.gyp:compositor',
2601 ], 2598 ],
2602 'conditions': [ 2599 'conditions': [
2603 ['OS=="win"', { 2600 ['OS=="win"', {
2604 'sources/': [ 2601 'sources/': [
2602 ['exclude', '^browser/automation/automation_provider_aura.cc'],
2605 ['exclude', '^browser/background/background_mode_manager_aura.cc '], 2603 ['exclude', '^browser/background/background_mode_manager_aura.cc '],
2606 ['exclude', '^browser/fullscreen_ash.cc'], 2604 ['exclude', '^browser/fullscreen_ash.cc'],
2607 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], 2605 ['exclude', '^browser/lifetime/application_lifetime_win.cc'],
2608 ], 2606 ],
2609 'dependencies': [ 2607 'dependencies': [
2610 'launcher_support', 2608 'launcher_support',
2611 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 2609 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer',
2612 ], 2610 ],
2613 }], 2611 }],
2614 ], 2612 ],
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3140 'variables': { 3138 'variables': {
3141 'jni_gen_dir': 'chrome', 3139 'jni_gen_dir': 'chrome',
3142 }, 3140 },
3143 'includes': [ '../build/jni_generator.gypi' ], 3141 'includes': [ '../build/jni_generator.gypi' ],
3144 }, 3142 },
3145 ], 3143 ],
3146 }, 3144 },
3147 ], 3145 ],
3148 ], 3146 ],
3149 } 3147 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/external_tab_container_win.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698