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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename messages to have metro prefix Created 8 years, 2 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') | ipc/ipc_message_utils.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
2336 ['exclude', '^browser/google/google_update_win.h'], 2336 ['exclude', '^browser/google/google_update_win.h'],
2337 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'], 2337 ['exclude', '^browser/hang_monitor/hung_plugin_action.cc'],
2338 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'], 2338 ['exclude', '^browser/hang_monitor/hung_plugin_action.h'],
2339 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'], 2339 ['exclude', '^browser/hang_monitor/hung_window_detector.cc'],
2340 ['exclude', '^browser/hang_monitor/hung_window_detector.h'], 2340 ['exclude', '^browser/hang_monitor/hung_window_detector.h'],
2341 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2341 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2342 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2342 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2343 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ], 2343 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.cc' ],
2344 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] , 2344 ['exclude', '^browser/tab_contents/web_drag_bookmark_handler_win.h'] ,
2345 ], 2345 ],
2346 'sources': [
2347 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2348 'browser/metro_viewer/metro_viewer_process_host_win.h',
2349 ],
2346 'dependencies': [ 2350 'dependencies': [
2347 '../ui/aura/aura.gyp:aura', 2351 '../ui/aura/aura.gyp:aura',
2348 '../ui/compositor/compositor.gyp:compositor', 2352 '../ui/compositor/compositor.gyp:compositor',
2349 ], 2353 ],
2350 'conditions': [ 2354 'conditions': [
2351 ['OS=="win"', { 2355 ['OS=="win"', {
2352 'sources/': [ 2356 'sources/': [
2353 ['exclude', '^browser/background/background_mode_manager_aura.cc '], 2357 ['exclude', '^browser/background/background_mode_manager_aura.cc '],
2354 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], 2358 ['exclude', '^browser/lifetime/application_lifetime_win.cc'],
2355 ['exclude', '^browser/fullscreen_win.cc'], 2359 ['exclude', '^browser/fullscreen_win.cc'],
2356 ], 2360 ],
2361 'dependencies': [
2362 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer',
2363 ],
2357 }], 2364 }],
2358 ], 2365 ],
2359 }], 2366 }],
2360 ['ui_compositor_image_transport==1', { 2367 ['ui_compositor_image_transport==1', {
2361 'dependencies': [ 2368 'dependencies': [
2362 '../ui/gl/gl.gyp:gl', 2369 '../ui/gl/gl.gyp:gl',
2363 ], 2370 ],
2364 }], 2371 }],
2365 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2372 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2366 'link_settings': { 2373 'link_settings': {
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 'variables': { 2835 'variables': {
2829 'jni_gen_dir': 'chrome', 2836 'jni_gen_dir': 'chrome',
2830 }, 2837 },
2831 'includes': [ '../build/jni_generator.gypi' ], 2838 'includes': [ '../build/jni_generator.gypi' ],
2832 }, 2839 },
2833 ], 2840 ],
2834 }, 2841 },
2835 ], 2842 ],
2836 ], 2843 ],
2837 } 2844 }
OLDNEW
« no previous file with comments | « chrome/browser/metro_viewer/metro_viewer_process_host_win.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698