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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 667223003: Update iOS grit whitelist and ifdef out some unused resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused from whitelist; back out avatar changes Created 6 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
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | 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 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 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 '../third_party/icu/icu.gyp:icuuc', 2582 '../third_party/icu/icu.gyp:icuuc',
2583 '../third_party/libusb/libusb.gyp:libusb', 2583 '../third_party/libusb/libusb.gyp:libusb',
2584 '../third_party/libxml/libxml.gyp:libxml', 2584 '../third_party/libxml/libxml.gyp:libxml',
2585 '../third_party/zlib/zlib.gyp:zlib', 2585 '../third_party/zlib/zlib.gyp:zlib',
2586 '../ui/accessibility/accessibility.gyp:accessibility', 2586 '../ui/accessibility/accessibility.gyp:accessibility',
2587 '../ui/base/ui_base.gyp:ui_base', 2587 '../ui/base/ui_base.gyp:ui_base',
2588 '../ui/events/events.gyp:events', 2588 '../ui/events/events.gyp:events',
2589 '../ui/gfx/gfx.gyp:gfx', 2589 '../ui/gfx/gfx.gyp:gfx',
2590 '../ui/gfx/gfx.gyp:gfx_geometry', 2590 '../ui/gfx/gfx.gyp:gfx_geometry',
2591 '../ui/message_center/message_center.gyp:message_center', 2591 '../ui/message_center/message_center.gyp:message_center',
2592 '../ui/native_theme/native_theme.gyp:native_theme',
2593 '../ui/resources/ui_resources.gyp:ui_resources', 2592 '../ui/resources/ui_resources.gyp:ui_resources',
2594 '../ui/snapshot/snapshot.gyp:snapshot', 2593 '../ui/snapshot/snapshot.gyp:snapshot',
2595 '../ui/strings/ui_strings.gyp:ui_strings', 2594 '../ui/strings/ui_strings.gyp:ui_strings',
2596 ], 2595 ],
2597 'include_dirs': [ 2596 'include_dirs': [
2598 '..', 2597 '..',
2599 '<(INTERMEDIATE_DIR)', 2598 '<(INTERMEDIATE_DIR)',
2600 # Needed by pepper_flash_component_installer.cc. 2599 # Needed by pepper_flash_component_installer.cc.
2601 '<(SHARED_INTERMEDIATE_DIR)', 2600 '<(SHARED_INTERMEDIATE_DIR)',
2602 ], 2601 ],
(...skipping 18 matching lines...) Expand all
2621 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', 2620 '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
2622 '../net/net.gyp:net_with_v8', 2621 '../net/net.gyp:net_with_v8',
2623 '../storage/storage_browser.gyp:storage', 2622 '../storage/storage_browser.gyp:storage',
2624 '../storage/storage_common.gyp:storage_common', 2623 '../storage/storage_common.gyp:storage_common',
2625 '../third_party/expat/expat.gyp:expat', 2624 '../third_party/expat/expat.gyp:expat',
2626 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2625 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2627 '../third_party/libjingle/libjingle.gyp:libjingle', 2626 '../third_party/libjingle/libjingle.gyp:libjingle',
2628 '../third_party/npapi/npapi.gyp:npapi', 2627 '../third_party/npapi/npapi.gyp:npapi',
2629 '../third_party/re2/re2.gyp:re2', 2628 '../third_party/re2/re2.gyp:re2',
2630 '../ui/compositor/compositor.gyp:compositor', 2629 '../ui/compositor/compositor.gyp:compositor',
2630 '../ui/native_theme/native_theme.gyp:native_theme',
2631 '../ui/surface/surface.gyp:surface', 2631 '../ui/surface/surface.gyp:surface',
2632 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2632 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2633 '../v8/tools/gyp/v8.gyp:v8', 2633 '../v8/tools/gyp/v8.gyp:v8',
2634 ], 2634 ],
2635 'defines': [ 2635 'defines': [
2636 '<@(nacl_defines)', 2636 '<@(nacl_defines)',
2637 ], 2637 ],
2638 'direct_dependent_settings': { 2638 'direct_dependent_settings': {
2639 'defines': [ 2639 'defines': [
2640 '<@(nacl_defines)', 2640 '<@(nacl_defines)',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3008 }], 3008 }],
3009 ['OS!="android" and OS!="ios"', { 3009 ['OS!="android" and OS!="ios"', {
3010 'dependencies': [ 3010 'dependencies': [
3011 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3011 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3012 ], 3012 ],
3013 }], 3013 }],
3014 ], 3014 ],
3015 }, 3015 },
3016 ], 3016 ],
3017 } 3017 }
OLDNEW
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698