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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10365007: ui: Move compositor/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix DEPS Created 8 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/ui/window_snapshot/window_snapshot_aura.cc ('k') | chrome/chrome_dll.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 (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 '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 4307 matching lines...) Expand 10 before | Expand all | Expand 10 after
4318 ['include', '^browser/chromeos/status/status_area_view.h'], 4318 ['include', '^browser/chromeos/status/status_area_view.h'],
4319 ['include', '^browser/ui/views/simple_message_box_views.cc'], 4319 ['include', '^browser/ui/views/simple_message_box_views.cc'],
4320 ['include', '^browser/ui/views/simple_message_box_views.h'], 4320 ['include', '^browser/ui/views/simple_message_box_views.h'],
4321 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 4321 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
4322 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 4322 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
4323 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 4323 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
4324 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 4324 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
4325 ], 4325 ],
4326 'dependencies': [ 4326 'dependencies': [
4327 '../ui/aura/aura.gyp:aura', 4327 '../ui/aura/aura.gyp:aura',
4328 '../ui/gfx/compositor/compositor.gyp:compositor', 4328 '../ui/compositor/compositor.gyp:compositor',
4329 ], 4329 ],
4330 }], 4330 }],
4331 ['ui_compositor_image_transport==1', { 4331 ['ui_compositor_image_transport==1', {
4332 'dependencies': [ 4332 'dependencies': [
4333 '../ui/gfx/gl/gl.gyp:gl', 4333 '../ui/gfx/gl/gl.gyp:gl',
4334 ], 4334 ],
4335 }], 4335 }],
4336 ['use_virtual_keyboard==0', { 4336 ['use_virtual_keyboard==0', {
4337 'sources/': [ 4337 'sources/': [
4338 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto r.*'], 4338 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto r.*'],
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
5249 'type': 'static_library', 5249 'type': 'static_library',
5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5250 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5251 'variables': { 5251 'variables': {
5252 'proto_in_dir': 'browser/chromeos/gdata', 5252 'proto_in_dir': 'browser/chromeos/gdata',
5253 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5253 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5254 }, 5254 },
5255 'includes': [ '../build/protoc.gypi' ] 5255 'includes': [ '../build/protoc.gypi' ]
5256 }, 5256 },
5257 ], 5257 ],
5258 } 5258 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_aura.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698