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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14629025: Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewer… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge before dcommit Created 7 years, 7 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/metro_viewer/metro_viewer_process_host_win.cc ('k') | ui/aura/aura.gyp » ('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 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 'browser/metrics/variations/variations_http_header_provider.cc', 1087 'browser/metrics/variations/variations_http_header_provider.cc',
1088 'browser/metrics/variations/variations_http_header_provider.h', 1088 'browser/metrics/variations/variations_http_header_provider.h',
1089 'browser/metrics/variations/variations_registry_syncer_win.cc', 1089 'browser/metrics/variations/variations_registry_syncer_win.cc',
1090 'browser/metrics/variations/variations_registry_syncer_win.h', 1090 'browser/metrics/variations/variations_registry_syncer_win.h',
1091 'browser/metrics/variations/variations_request_scheduler.cc', 1091 'browser/metrics/variations/variations_request_scheduler.cc',
1092 'browser/metrics/variations/variations_request_scheduler.h', 1092 'browser/metrics/variations/variations_request_scheduler.h',
1093 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 1093 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
1094 'browser/metrics/variations/variations_request_scheduler_mobile.h', 1094 'browser/metrics/variations/variations_request_scheduler_mobile.h',
1095 'browser/metrics/variations/variations_service.cc', 1095 'browser/metrics/variations/variations_service.cc',
1096 'browser/metrics/variations/variations_service.h', 1096 'browser/metrics/variations/variations_service.h',
1097 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
1098 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
1097 'browser/native_window_notification_source.h', 1099 'browser/native_window_notification_source.h',
1098 'browser/net/about_protocol_handler.cc', 1100 'browser/net/about_protocol_handler.cc',
1099 'browser/net/about_protocol_handler.h', 1101 'browser/net/about_protocol_handler.h',
1100 'browser/net/async_dns_field_trial.cc', 1102 'browser/net/async_dns_field_trial.cc',
1101 'browser/net/async_dns_field_trial.h', 1103 'browser/net/async_dns_field_trial.h',
1102 'browser/net/basic_http_user_agent_settings.cc', 1104 'browser/net/basic_http_user_agent_settings.cc',
1103 'browser/net/basic_http_user_agent_settings.h', 1105 'browser/net/basic_http_user_agent_settings.h',
1104 'browser/net/chrome_cookie_notification_details.h', 1106 'browser/net/chrome_cookie_notification_details.h',
1105 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1107 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1106 'browser/net/chrome_fraudulent_certificate_reporter.h', 1108 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
2629 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], 2631 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ],
2630 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2632 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2631 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2633 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2632 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2634 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2633 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2635 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2634 ['exclude', '^browser/jumplist_win.cc'], 2636 ['exclude', '^browser/jumplist_win.cc'],
2635 ['exclude', '^browser/jumplist_win.h'], 2637 ['exclude', '^browser/jumplist_win.h'],
2636 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2638 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2637 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2639 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2638 ], 2640 ],
2639 'sources': [
2640 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2641 'browser/metro_viewer/metro_viewer_process_host_win.h',
2642 ],
2643 'dependencies': [ 2641 'dependencies': [
2644 '../ui/aura/aura.gyp:aura', 2642 '../ui/aura/aura.gyp:aura',
2645 '../ui/compositor/compositor.gyp:compositor', 2643 '../ui/compositor/compositor.gyp:compositor',
2646 '../ui/keyboard/keyboard.gyp:keyboard', 2644 '../ui/keyboard/keyboard.gyp:keyboard',
2647 ], 2645 ],
2648 'conditions': [ 2646 'conditions': [
2649 ['OS=="win"', { 2647 ['OS=="win"', {
2650 'sources/': [ 2648 'sources/': [
2651 ['exclude', '^browser/automation/automation_provider_aura.cc'], 2649 ['exclude', '^browser/automation/automation_provider_aura.cc'],
2652 ['exclude', '^browser/background/background_mode_manager_aura.cc '], 2650 ['exclude', '^browser/background/background_mode_manager_aura.cc '],
2653 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], 2651 ['exclude', '^browser/lifetime/application_lifetime_win.cc'],
2654 ], 2652 ],
2655 'dependencies': [ 2653 'dependencies': [
2656 'launcher_support', 2654 'launcher_support',
2657 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 2655 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
2656 '../win8/win8.gyp:metro_viewer',
2658 ], 2657 ],
2659 }], 2658 }],
2660 ], 2659 ],
2661 }], 2660 }],
2662 ['ui_compositor_image_transport==1', { 2661 ['ui_compositor_image_transport==1', {
2663 'dependencies': [ 2662 'dependencies': [
2664 '../ui/gl/gl.gyp:gl', 2663 '../ui/gl/gl.gyp:gl',
2665 ], 2664 ],
2666 }], 2665 }],
2667 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 2666 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
3234 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3233 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3235 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3234 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3236 }, 3235 },
3237 'includes': [ '../build/android/java_cpp_template.gypi' ], 3236 'includes': [ '../build/android/java_cpp_template.gypi' ],
3238 }, 3237 },
3239 ], 3238 ],
3240 }, 3239 },
3241 ], 3240 ],
3242 ], 3241 ],
3243 } 3242 }
OLDNEW
« no previous file with comments | « chrome/browser/metro_viewer/metro_viewer_process_host_win.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698