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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 198333004: Move ui.gyp into ui/base/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASED Created 6 years, 9 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_chromeos.gypi ('k') | chrome/chrome_browser_ui.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../skia/skia.gyp:skia', 44 '../skia/skia.gyp:skia',
45 '../sync/sync.gyp:sync', 45 '../sync/sync.gyp:sync',
46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
47 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
50 '../third_party/libusb/libusb.gyp:libusb', 50 '../third_party/libusb/libusb.gyp:libusb',
51 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 51 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
52 '../ui/accessibility/accessibility.gyp:ax_gen', 52 '../ui/accessibility/accessibility.gyp:ax_gen',
53 '../ui/base/strings/ui_strings.gyp:ui_strings', 53 '../ui/base/strings/ui_strings.gyp:ui_strings',
54 '../ui/base/ui_base.gyp:ui_base',
54 '../ui/gfx/gfx.gyp:gfx', 55 '../ui/gfx/gfx.gyp:gfx',
55 '../ui/gfx/gfx.gyp:gfx_geometry', 56 '../ui/gfx/gfx.gyp:gfx_geometry',
56 '../ui/resources/ui_resources.gyp:ui_resources', 57 '../ui/resources/ui_resources.gyp:ui_resources',
57 '../ui/ui.gyp:ui',
58 '../url/url.gyp:url_lib', 58 '../url/url.gyp:url_lib',
59 '../webkit/storage_browser.gyp:webkit_storage_browser', 59 '../webkit/storage_browser.gyp:webkit_storage_browser',
60 '../webkit/storage_common.gyp:webkit_storage_common', 60 '../webkit/storage_common.gyp:webkit_storage_common',
61 '../webkit/webkit_resources.gyp:webkit_resources', 61 '../webkit/webkit_resources.gyp:webkit_resources',
62 ], 62 ],
63 'include_dirs': [ 63 'include_dirs': [
64 '..', 64 '..',
65 '<(INTERMEDIATE_DIR)', 65 '<(INTERMEDIATE_DIR)',
66 ], 66 ],
67 'sources': [ 67 'sources': [
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 'variables': { 1197 'variables': {
1198 'proto_in_dir': 'browser/chromeos/contacts', 1198 'proto_in_dir': 'browser/chromeos/contacts',
1199 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1199 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1200 }, 1200 },
1201 'includes': [ '../build/protoc.gypi' ] 1201 'includes': [ '../build/protoc.gypi' ]
1202 }, 1202 },
1203 ], 1203 ],
1204 },], # 'chromeos=1' 1204 },], # 'chromeos=1'
1205 ], # 'conditions' 1205 ], # 'conditions'
1206 } 1206 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698