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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 498273002: Rename storage-related export macros and build targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | content/content_browser.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 'variables': { 6 'variables': {
7 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2620 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2621 '../third_party/expat/expat.gyp:expat', 2621 '../third_party/expat/expat.gyp:expat',
2622 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2622 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2623 '../third_party/libjingle/libjingle.gyp:libjingle', 2623 '../third_party/libjingle/libjingle.gyp:libjingle',
2624 '../third_party/npapi/npapi.gyp:npapi', 2624 '../third_party/npapi/npapi.gyp:npapi',
2625 '../third_party/re2/re2.gyp:re2', 2625 '../third_party/re2/re2.gyp:re2',
2626 '../ui/compositor/compositor.gyp:compositor', 2626 '../ui/compositor/compositor.gyp:compositor',
2627 '../ui/surface/surface.gyp:surface', 2627 '../ui/surface/surface.gyp:surface',
2628 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2628 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2629 '../v8/tools/gyp/v8.gyp:v8', 2629 '../v8/tools/gyp/v8.gyp:v8',
2630 '../webkit/storage_browser.gyp:webkit_storage_browser', 2630 '../webkit/storage_browser.gyp:storage',
2631 '../webkit/storage_common.gyp:webkit_storage_common', 2631 '../webkit/storage_common.gyp:storage_common',
2632 ], 2632 ],
2633 'defines': [ 2633 'defines': [
2634 '<@(nacl_defines)', 2634 '<@(nacl_defines)',
2635 ], 2635 ],
2636 'direct_dependent_settings': { 2636 'direct_dependent_settings': {
2637 'defines': [ 2637 'defines': [
2638 '<@(nacl_defines)', 2638 '<@(nacl_defines)',
2639 ], 2639 ],
2640 }, 2640 },
2641 }, { # OS == "ios" 2641 }, { # OS == "ios"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 }], 2970 }],
2971 ['OS!="android" and OS!="ios"', { 2971 ['OS!="android" and OS!="ios"', {
2972 'dependencies': [ 2972 'dependencies': [
2973 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2973 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2974 ], 2974 ],
2975 }], 2975 }],
2976 ], 2976 ],
2977 }, 2977 },
2978 ], 2978 ],
2979 } 2979 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698