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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 17513002: Move DataElement into webkit/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « no previous file | content/common/resource_messages.h » ('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 23 matching lines...) Expand all
34 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 34 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
35 '../third_party/icu/icu.gyp:icui18n', 35 '../third_party/icu/icu.gyp:icui18n',
36 '../third_party/icu/icu.gyp:icuuc', 36 '../third_party/icu/icu.gyp:icuuc',
37 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 37 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
38 '../third_party/libusb/libusb.gyp:libusb', 38 '../third_party/libusb/libusb.gyp:libusb',
39 '../third_party/re2/re2.gyp:re2', 39 '../third_party/re2/re2.gyp:re2',
40 '../ui/base/strings/ui_strings.gyp:ui_strings', 40 '../ui/base/strings/ui_strings.gyp:ui_strings',
41 '../ui/ui.gyp:ui', 41 '../ui/ui.gyp:ui',
42 '../ui/ui.gyp:ui_resources', 42 '../ui/ui.gyp:ui_resources',
43 '../url/url.gyp:url_lib', 43 '../url/url.gyp:url_lib',
44 '../webkit/base/webkit_base.gyp:webkit_base',
45 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 44 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
46 '../webkit/storage_browser.gyp:webkit_storage_browser', 45 '../webkit/storage_browser.gyp:webkit_storage_browser',
47 '../webkit/storage_common.gyp:webkit_storage_common', 46 '../webkit/storage_common.gyp:webkit_storage_common',
48 '../webkit/support/webkit_support.gyp:glue', 47 '../webkit/support/webkit_support.gyp:glue',
49 '../webkit/webkit_resources.gyp:webkit_resources', 48 '../webkit/webkit_resources.gyp:webkit_resources',
50 ], 49 ],
51 'include_dirs': [ 50 'include_dirs': [
52 '..', 51 '..',
53 '<(INTERMEDIATE_DIR)', 52 '<(INTERMEDIATE_DIR)',
54 ], 53 ],
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'variables': { 991 'variables': {
993 'proto_in_dir': 'browser/chromeos/contacts', 992 'proto_in_dir': 'browser/chromeos/contacts',
994 'proto_out_dir': 'chrome/browser/chromeos/contacts', 993 'proto_out_dir': 'chrome/browser/chromeos/contacts',
995 }, 994 },
996 'includes': [ '../build/protoc.gypi' ] 995 'includes': [ '../build/protoc.gypi' ]
997 }, 996 },
998 ], 997 ],
999 },], # 'chromeos=1' 998 },], # 'chromeos=1'
1000 ], # 'conditions' 999 ], # 'conditions'
1001 } 1000 }
OLDNEW
« no previous file with comments | « no previous file | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698