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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9034017: Move the gyp file to ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « build/all.gyp ('k') | ui/aura_shell/aura_shell.gyp » ('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) 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 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 4397 matching lines...) Expand 10 before | Expand all | Expand 10 after
4408 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 4408 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
4409 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 4409 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
4410 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 4410 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
4411 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], 4411 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'],
4412 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], 4412 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'],
4413 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 4413 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
4414 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], 4414 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
4415 ], 4415 ],
4416 'dependencies': [ 4416 'dependencies': [
4417 '../ui/aura/aura.gyp:aura', 4417 '../ui/aura/aura.gyp:aura',
4418 '../ui/aura_shell/aura_shell.gyp:aura_shell', 4418 '../ash/ash.gyp:ash',
4419 '../ui/gfx/compositor/compositor.gyp:compositor', 4419 '../ui/gfx/compositor/compositor.gyp:compositor',
4420 ], 4420 ],
4421 }], 4421 }],
4422 ['ui_compositor_image_transport==1', { 4422 ['ui_compositor_image_transport==1', {
4423 'dependencies': [ 4423 'dependencies': [
4424 '../ui/gfx/gl/gl.gyp:gl', 4424 '../ui/gfx/gl/gl.gyp:gl',
4425 ], 4425 ],
4426 }], 4426 }],
4427 ['use_virtual_keyboard==0', { 4427 ['use_virtual_keyboard==0', {
4428 'sources/': [ 4428 'sources/': [
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
5417 'type': 'static_library', 5417 'type': 'static_library',
5418 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5418 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5419 'variables': { 5419 'variables': {
5420 'proto_in_dir': 'browser/history', 5420 'proto_in_dir': 'browser/history',
5421 'proto_out_dir': 'chrome/browser/history', 5421 'proto_out_dir': 'chrome/browser/history',
5422 }, 5422 },
5423 'includes': [ '../build/protoc.gypi' ] 5423 'includes': [ '../build/protoc.gypi' ]
5424 }, 5424 },
5425 ], 5425 ],
5426 } 5426 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698