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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17472006: Move webkit_resources / webkit_strings targets out of webkit_support.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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/chrome_browser_extensions.gypi ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2380 matching lines...) Expand 10 before | Expand all | Expand 10 after
2391 '../third_party/npapi/npapi.gyp:npapi', 2391 '../third_party/npapi/npapi.gyp:npapi',
2392 '../third_party/re2/re2.gyp:re2', 2392 '../third_party/re2/re2.gyp:re2',
2393 '../ui/compositor/compositor.gyp:compositor', 2393 '../ui/compositor/compositor.gyp:compositor',
2394 '../ui/surface/surface.gyp:surface', 2394 '../ui/surface/surface.gyp:surface',
2395 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2395 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2396 '../v8/tools/gyp/v8.gyp:v8', 2396 '../v8/tools/gyp/v8.gyp:v8',
2397 '../webkit/storage_browser.gyp:webkit_storage_browser', 2397 '../webkit/storage_browser.gyp:webkit_storage_browser',
2398 '../webkit/storage_common.gyp:webkit_storage_common', 2398 '../webkit/storage_common.gyp:webkit_storage_common',
2399 '../webkit/support/webkit_support.gyp:glue', 2399 '../webkit/support/webkit_support.gyp:glue',
2400 '../webkit/support/webkit_support.gyp:webkit_common', 2400 '../webkit/support/webkit_support.gyp:webkit_common',
2401 '../webkit/support/webkit_support.gyp:webkit_resources', 2401 '../webkit/webkit_resources.gyp:webkit_temp_resources',
2402 ], 2402 ],
2403 'defines': [ 2403 'defines': [
2404 '<@(nacl_defines)', 2404 '<@(nacl_defines)',
2405 ], 2405 ],
2406 'direct_dependent_settings': { 2406 'direct_dependent_settings': {
2407 'defines': [ 2407 'defines': [
2408 '<@(nacl_defines)', 2408 '<@(nacl_defines)',
2409 ], 2409 ],
2410 }, 2410 },
2411 }, { # OS == "ios" 2411 }, { # OS == "ios"
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3022 ['enable_webrtc==0', { 3022 ['enable_webrtc==0', {
3023 'sources!': [ 3023 'sources!': [
3024 'browser/ui/webui/media/webrtc_logs_ui.cc', 3024 'browser/ui/webui/media/webrtc_logs_ui.cc',
3025 'browser/ui/webui/media/webrtc_logs_ui.h', 3025 'browser/ui/webui/media/webrtc_logs_ui.h',
3026 ], 3026 ],
3027 }], 3027 }],
3028 ], 3028 ],
3029 }, 3029 },
3030 ], 3030 ],
3031 } 3031 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698