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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 468733002: Move webkit_resources.gyp closer to its .grd file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 4 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 '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 2600 matching lines...) Expand 10 before | Expand all | Expand 10 after
2611 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2611 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2612 '../third_party/libjingle/libjingle.gyp:libjingle', 2612 '../third_party/libjingle/libjingle.gyp:libjingle',
2613 '../third_party/npapi/npapi.gyp:npapi', 2613 '../third_party/npapi/npapi.gyp:npapi',
2614 '../third_party/re2/re2.gyp:re2', 2614 '../third_party/re2/re2.gyp:re2',
2615 '../ui/compositor/compositor.gyp:compositor', 2615 '../ui/compositor/compositor.gyp:compositor',
2616 '../ui/surface/surface.gyp:surface', 2616 '../ui/surface/surface.gyp:surface',
2617 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2617 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2618 '../v8/tools/gyp/v8.gyp:v8', 2618 '../v8/tools/gyp/v8.gyp:v8',
2619 '../webkit/storage_browser.gyp:webkit_storage_browser', 2619 '../webkit/storage_browser.gyp:webkit_storage_browser',
2620 '../webkit/storage_common.gyp:webkit_storage_common', 2620 '../webkit/storage_common.gyp:webkit_storage_common',
2621 '../webkit/webkit_resources.gyp:webkit_resources', 2621 '../webkit/glue/resources/webkit_resources.gyp:webkit_resources',
2622 ], 2622 ],
2623 'defines': [ 2623 'defines': [
2624 '<@(nacl_defines)', 2624 '<@(nacl_defines)',
2625 ], 2625 ],
2626 'direct_dependent_settings': { 2626 'direct_dependent_settings': {
2627 'defines': [ 2627 'defines': [
2628 '<@(nacl_defines)', 2628 '<@(nacl_defines)',
2629 ], 2629 ],
2630 }, 2630 },
2631 }, { # OS == "ios" 2631 }, { # OS == "ios"
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 }], 2958 }],
2959 ['OS!="android" and OS!="ios"', { 2959 ['OS!="android" and OS!="ios"', {
2960 'dependencies': [ 2960 'dependencies': [
2961 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2961 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2962 ], 2962 ],
2963 }], 2963 }],
2964 ], 2964 ],
2965 }, 2965 },
2966 ], 2966 ],
2967 } 2967 }
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