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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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') | chrome/renderer/BUILD.gn » ('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 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2620 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2621 'common/extensions/api/api.gyp:chrome_api', 2621 'common/extensions/api/api.gyp:chrome_api',
2622 'debugger', 2622 'debugger',
2623 'installer_util', 2623 'installer_util',
2624 '../components/components.gyp:autofill_content_risk_proto', 2624 '../components/components.gyp:autofill_content_risk_proto',
2625 '../components/components.gyp:translate_content_common', 2625 '../components/components.gyp:translate_content_common',
2626 '../content/app/resources/content_resources.gyp:content_resources', 2626 '../content/app/resources/content_resources.gyp:content_resources',
2627 '../media/media.gyp:media', 2627 '../media/media.gyp:media',
2628 '../mojo/mojo_base.gyp:mojo_system_impl', 2628 '../mojo/mojo_base.gyp:mojo_system_impl',
2629 '../net/net.gyp:net_with_v8', 2629 '../net/net.gyp:net_with_v8',
2630 '../storage/storage_common.gyp:storage_common',
2630 '../third_party/expat/expat.gyp:expat', 2631 '../third_party/expat/expat.gyp:expat',
2631 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2632 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2632 '../third_party/libjingle/libjingle.gyp:libjingle', 2633 '../third_party/libjingle/libjingle.gyp:libjingle',
2633 '../third_party/npapi/npapi.gyp:npapi', 2634 '../third_party/npapi/npapi.gyp:npapi',
2634 '../third_party/re2/re2.gyp:re2', 2635 '../third_party/re2/re2.gyp:re2',
2635 '../ui/compositor/compositor.gyp:compositor', 2636 '../ui/compositor/compositor.gyp:compositor',
2636 '../ui/surface/surface.gyp:surface', 2637 '../ui/surface/surface.gyp:surface',
2637 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2638 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2638 '../v8/tools/gyp/v8.gyp:v8', 2639 '../v8/tools/gyp/v8.gyp:v8',
2639 '../webkit/storage_browser.gyp:storage', 2640 '../webkit/storage_browser.gyp:storage',
2640 '../webkit/storage_common.gyp:storage_common',
2641 ], 2641 ],
2642 'defines': [ 2642 'defines': [
2643 '<@(nacl_defines)', 2643 '<@(nacl_defines)',
2644 ], 2644 ],
2645 'direct_dependent_settings': { 2645 'direct_dependent_settings': {
2646 'defines': [ 2646 'defines': [
2647 '<@(nacl_defines)', 2647 '<@(nacl_defines)',
2648 ], 2648 ],
2649 }, 2649 },
2650 }, { # OS == "ios" 2650 }, { # OS == "ios"
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2989 }], 2989 }],
2990 ['OS!="android" and OS!="ios"', { 2990 ['OS!="android" and OS!="ios"', {
2991 'dependencies': [ 2991 'dependencies': [
2992 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2992 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2993 ], 2993 ],
2994 }], 2994 }],
2995 ], 2995 ],
2996 }, 2996 },
2997 ], 2997 ],
2998 } 2998 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698