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 10392068: ui: Move gl/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac_rel 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
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 4344 matching lines...) Expand 10 before | Expand all | Expand 10 after
4355 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 4355 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
4356 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 4356 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
4357 ], 4357 ],
4358 'dependencies': [ 4358 'dependencies': [
4359 '../ui/aura/aura.gyp:aura', 4359 '../ui/aura/aura.gyp:aura',
4360 '../ui/compositor/compositor.gyp:compositor', 4360 '../ui/compositor/compositor.gyp:compositor',
4361 ], 4361 ],
4362 }], 4362 }],
4363 ['ui_compositor_image_transport==1', { 4363 ['ui_compositor_image_transport==1', {
4364 'dependencies': [ 4364 'dependencies': [
4365 '../ui/gfx/gl/gl.gyp:gl', 4365 '../ui/gl/gl.gyp:gl',
4366 ], 4366 ],
4367 }], 4367 }],
4368 ['use_virtual_keyboard==0', { 4368 ['use_virtual_keyboard==0', {
4369 'sources/': [ 4369 'sources/': [
4370 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto r.*'], 4370 ['exclude', '^browser/chromeos/input_method/virtual_keyboard_selecto r.*'],
4371 ['exclude', '^browser/ui/touch/status_bubble_touch.*'], 4371 ['exclude', '^browser/ui/touch/status_bubble_touch.*'],
4372 ['exclude', '^browser/ui/virtual_keyboard/*'], 4372 ['exclude', '^browser/ui/virtual_keyboard/*'],
4373 ['exclude', '^browser/ui/webui/keyboard_ui.*'], 4373 ['exclude', '^browser/ui/webui/keyboard_ui.*'],
4374 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma nager_handler2.*'], 4374 ['exclude', '^browser/ui/webui/options2/chromeos/virtual_keyboard_ma nager_handler2.*'],
4375 ], 4375 ],
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
5039 'type': 'static_library', 5039 'type': 'static_library',
5040 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5040 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5041 'variables': { 5041 'variables': {
5042 'proto_in_dir': 'browser/chromeos/gdata', 5042 'proto_in_dir': 'browser/chromeos/gdata',
5043 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5043 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5044 }, 5044 },
5045 'includes': [ '../build/protoc.gypi' ] 5045 'includes': [ '../build/protoc.gypi' ]
5046 }, 5046 },
5047 ], 5047 ],
5048 } 5048 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_webstore_private_apitest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698