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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8551008: Fix use_aura=1 component build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 4235 matching lines...) Expand 10 before | Expand all | Expand 10 after
4246 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 4246 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
4247 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 4247 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
4248 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 4248 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
4249 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 4249 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
4250 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], 4250 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'],
4251 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], 4251 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'],
4252 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 4252 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
4253 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], 4253 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
4254 ], 4254 ],
4255 'dependencies': [ 4255 'dependencies': [
4256 '../ui/aura/aura.gyp:aura',
4256 '../ui/aura_shell/aura_shell.gyp:aura_shell', 4257 '../ui/aura_shell/aura_shell.gyp:aura_shell',
4257 '../ui/gfx/compositor/compositor.gyp:compositor', 4258 '../ui/gfx/compositor/compositor.gyp:compositor',
4258 ], 4259 ],
4259 }], 4260 }],
4260 ['ui_compositor_image_transport==1', { 4261 ['ui_compositor_image_transport==1', {
4261 'dependencies': [ 4262 'dependencies': [
4262 '../ui/gfx/gl/gl.gyp:gl', 4263 '../ui/gfx/gl/gl.gyp:gl',
4263 ], 4264 ],
4264 }], 4265 }],
4265 ['use_virtual_keyboard==0', { 4266 ['use_virtual_keyboard==0', {
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
5285 'type': 'static_library', 5286 'type': 'static_library',
5286 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5287 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5287 'variables': { 5288 'variables': {
5288 'proto_in_dir': 'browser/history', 5289 'proto_in_dir': 'browser/history',
5289 'proto_out_dir': 'chrome/browser/history', 5290 'proto_out_dir': 'chrome/browser/history',
5290 }, 5291 },
5291 'includes': [ '../build/protoc.gypi' ] 5292 'includes': [ '../build/protoc.gypi' ]
5292 }, 5293 },
5293 ], 5294 ],
5294 } 5295 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698