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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10828023: PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-add gyp files Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_renderer.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 20 matching lines...) Expand all
31 'feedback_proto', 31 'feedback_proto',
32 'drive_proto', 32 'drive_proto',
33 'contacts_proto', 33 'contacts_proto',
34 'variations_seed_proto', 34 'variations_seed_proto',
35 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common', 37 '../content/content.gyp:content_common',
38 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
39 '../media/media.gyp:media', 39 '../media/media.gyp:media',
40 '../net/net.gyp:net', 40 '../net/net.gyp:net',
41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 41 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
42 '../printing/printing.gyp:printing', 42 '../printing/printing.gyp:printing',
43 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
44 '../sync/protocol/sync_proto.gyp:sync_proto', 44 '../sync/protocol/sync_proto.gyp:sync_proto',
45 # TODO(akalin): Depend only on syncapi_service from sync. 45 # TODO(akalin): Depend only on syncapi_service from sync.
46 '../sync/sync.gyp:syncapi_core', 46 '../sync/sync.gyp:syncapi_core',
47 '../sync/sync.gyp:syncapi_service', 47 '../sync/sync.gyp:syncapi_service',
48 '../sync/sync.gyp:sync_notifier', 48 '../sync/sync.gyp:sync_notifier',
49 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 49 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
50 '../third_party/bzip2/bzip2.gyp:bzip2', 50 '../third_party/bzip2/bzip2.gyp:bzip2',
51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 51 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 5603 matching lines...) Expand 10 before | Expand all | Expand 10 after
5655 'includes': [ '../build/jni_generator.gypi' ], 5655 'includes': [ '../build/jni_generator.gypi' ],
5656 'dependencies': [ 5656 'dependencies': [
5657 'android_jar_jni_headers', 5657 'android_jar_jni_headers',
5658 ], 5658 ],
5659 }, 5659 },
5660 ], 5660 ],
5661 }, 5661 },
5662 ], 5662 ],
5663 ], 5663 ],
5664 } 5664 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698