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

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: 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
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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2605 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2606 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2606 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2607 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2607 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2608 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2608 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2609 ['exclude', '^browser/jumplist_win.cc'], 2609 ['exclude', '^browser/jumplist_win.cc'],
2610 ['exclude', '^browser/jumplist_win.h'], 2610 ['exclude', '^browser/jumplist_win.h'],
2611 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2611 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2612 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2612 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2613 ], 2613 ],
2614 'sources': [ 2614 'sources': [
2615 'browser/metro_viewer/metro_viewer_process_host_win.cc', 2615 'browser/metro_viewer/chrome_metro_viewer_process_host_win.cc',
2616 'browser/metro_viewer/metro_viewer_process_host_win.h', 2616 'browser/metro_viewer/chrome_metro_viewer_process_host_win.h',
2617 ], 2617 ],
2618 'dependencies': [ 2618 'dependencies': [
2619 '../ui/aura/aura.gyp:aura', 2619 '../ui/aura/aura.gyp:aura',
2620 '../ui/compositor/compositor.gyp:compositor', 2620 '../ui/compositor/compositor.gyp:compositor',
2621 '../ui/keyboard/keyboard.gyp:keyboard', 2621 '../ui/keyboard/keyboard.gyp:keyboard',
2622 '../win8/win8.gyp:metro_viewer',
2622 ], 2623 ],
2623 'conditions': [ 2624 'conditions': [
2624 ['OS=="win"', { 2625 ['OS=="win"', {
2625 'sources/': [ 2626 'sources/': [
2626 ['exclude', '^browser/automation/automation_provider_aura.cc'], 2627 ['exclude', '^browser/automation/automation_provider_aura.cc'],
2627 ['exclude', '^browser/background/background_mode_manager_aura.cc '], 2628 ['exclude', '^browser/background/background_mode_manager_aura.cc '],
2628 ['exclude', '^browser/browser_process_platform_part.cc'], 2629 ['exclude', '^browser/browser_process_platform_part.cc'],
2629 ['exclude', '^browser/browser_process_platform_part.h'], 2630 ['exclude', '^browser/browser_process_platform_part.h'],
2630 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], 2631 ['exclude', '^browser/lifetime/application_lifetime_win.cc'],
2631 ], 2632 ],
2632 'dependencies': [ 2633 'dependencies': [
2633 'launcher_support', 2634 'launcher_support',
2634 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', 2635 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
2635 ], 2636 ],
2636 }], 2637 }],
2637 ], 2638 ],
2638 }], 2639 }],
2639 ['ui_compositor_image_transport==1', { 2640 ['ui_compositor_image_transport==1', {
2640 'dependencies': [ 2641 'dependencies': [
2641 '../ui/gl/gl.gyp:gl', 2642 '../ui/gl/gl.gyp:gl',
2642 ], 2643 ],
2643 }], 2644 }],
2644 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { 2645 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
3198 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3199 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3199 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3200 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3200 }, 3201 },
3201 'includes': [ '../build/android/java_cpp_template.gypi' ], 3202 'includes': [ '../build/android/java_cpp_template.gypi' ],
3202 }, 3203 },
3203 ], 3204 ],
3204 }, 3205 },
3205 ], 3206 ],
3206 ], 3207 ],
3207 } 3208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698