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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8353007: Update name to match define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « build/common.gypi ('k') | content/content_common.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) 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 4164 matching lines...) Expand 10 before | Expand all | Expand 10 after
4175 ['include', '^browser/ui/views/simple_message_box_views.h'], 4175 ['include', '^browser/ui/views/simple_message_box_views.h'],
4176 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'], 4176 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.cc'],
4177 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'], 4177 ['include', '^browser/ui/webui/collected_cookies_ui_delegate.h'],
4178 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'], 4178 ['include', '^browser/ui/webui/cookies_tree_model_adapter.cc'],
4179 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'], 4179 ['include', '^browser/ui/webui/cookies_tree_model_adapter.h'],
4180 ], 4180 ],
4181 'dependencies': [ 4181 'dependencies': [
4182 '../ui/aura_shell/aura_shell.gyp:aura_shell', 4182 '../ui/aura_shell/aura_shell.gyp:aura_shell',
4183 ], 4183 ],
4184 }], 4184 }],
4185 ['views_gpu_image_transport==0', { 4185 ['ui_compositor_image_transport==0', {
4186 'sources/': [ 4186 'sources/': [
4187 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.cc'], 4187 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.cc'],
4188 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.h'], 4188 ['exclude', '^browser/renderer_host/accelerated_surface_container_to uch.h'],
4189 ], 4189 ],
4190 }], 4190 }],
4191 ['views_gpu_image_transport==1', { 4191 ['ui_compositor_image_transport==1', {
4192 'dependencies': [ 4192 'dependencies': [
4193 '../ui/gfx/compositor/compositor.gyp:compositor', 4193 '../ui/gfx/compositor/compositor.gyp:compositor',
4194 '../ui/gfx/gl/gl.gyp:gl', 4194 '../ui/gfx/gl/gl.gyp:gl',
4195 ], 4195 ],
4196 'link_settings': { 4196 'link_settings': {
4197 'libraries': [ 4197 'libraries': [
4198 '-lXcomposite', 4198 '-lXcomposite',
4199 ], 4199 ],
4200 }, 4200 },
4201 'include_dirs': [ 4201 'include_dirs': [
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
5197 'type': 'static_library', 5197 'type': 'static_library',
5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5198 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5199 'variables': { 5199 'variables': {
5200 'proto_in_dir': 'browser/history', 5200 'proto_in_dir': 'browser/history',
5201 'proto_out_dir': 'chrome/browser/history', 5201 'proto_out_dir': 'chrome/browser/history',
5202 }, 5202 },
5203 'includes': [ '../build/protoc.gypi' ] 5203 'includes': [ '../build/protoc.gypi' ]
5204 }, 5204 },
5205 ], 5205 ],
5206 } 5206 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698