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

Side by Side Diff: chrome/chrome_common.gypi

Issue 15709006: Make webkit_user_agent a standalone gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix iOS Created 7 years, 6 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_ui.gypi ('k') | chrome_frame/chrome_frame.gyp » ('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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 30 matching lines...) Expand all
41 '<(DEPTH)/content/content.gyp:content_common', 41 '<(DEPTH)/content/content.gyp:content_common',
42 '<(DEPTH)/net/net.gyp:net', 42 '<(DEPTH)/net/net.gyp:net',
43 '<(DEPTH)/skia/skia.gyp:skia', 43 '<(DEPTH)/skia/skia.gyp:skia',
44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 44 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 45 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 46 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 47 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 48 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
49 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', 49 '<(DEPTH)/third_party/zlib/zlib.gyp:zip',
50 '<(DEPTH)/ui/ui.gyp:ui_resources', 50 '<(DEPTH)/ui/ui.gyp:ui_resources',
51 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', 51 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
52 ], 52 ],
53 'sources': [ 53 'sources': [
54 '../apps/app_shim/app_shim_launch.h', 54 '../apps/app_shim/app_shim_launch.h',
55 '../apps/app_shim/app_shim_messages.h', 55 '../apps/app_shim/app_shim_messages.h',
56 '../extensions/common/constants.cc', 56 '../extensions/common/constants.cc',
57 '../extensions/common/constants.h', 57 '../extensions/common/constants.h',
58 '../extensions/common/crx_file.cc', 58 '../extensions/common/crx_file.cc',
59 '../extensions/common/crx_file.h', 59 '../extensions/common/crx_file.h',
60 '../extensions/common/draggable_region.cc', 60 '../extensions/common/draggable_region.cc',
61 '../extensions/common/draggable_region.h', 61 '../extensions/common/draggable_region.h',
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 'common/metrics/proto/user_action_event.proto', 755 'common/metrics/proto/user_action_event.proto',
756 ], 756 ],
757 'variables': { 757 'variables': {
758 'proto_in_dir': 'common/metrics/proto', 758 'proto_in_dir': 'common/metrics/proto',
759 'proto_out_dir': 'chrome/common/metrics/proto', 759 'proto_out_dir': 'chrome/common/metrics/proto',
760 }, 760 },
761 'includes': [ '../build/protoc.gypi' ], 761 'includes': [ '../build/protoc.gypi' ],
762 }, 762 },
763 ], 763 ],
764 } 764 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698