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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 426093003: Add the copresence component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | components/BUILD.gn » ('j') | components/copresence/public/copresence_client.h » ('J')
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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 'apps', 2944 'apps',
2945 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2945 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2946 'browser_extensions', 2946 'browser_extensions',
2947 'common/extensions/api/api.gyp:chrome_api', 2947 'common/extensions/api/api.gyp:chrome_api',
2948 'debugger', 2948 'debugger',
2949 'installer_util', 2949 'installer_util',
2950 '../third_party/re2/re2.gyp:re2', 2950 '../third_party/re2/re2.gyp:re2',
2951 '../cc/cc.gyp:cc', 2951 '../cc/cc.gyp:cc',
2952 '../components/components.gyp:autofill_content_browser', 2952 '../components/components.gyp:autofill_content_browser',
2953 '../components/components.gyp:component_updater', 2953 '../components/components.gyp:component_updater',
2954 '../components/components.gyp:copresence',
jochen (gone - plz use gerrit) 2014/07/31 14:27:06 nit. move the changes to chrome_browser.gypi to e.
rkc 2014/07/31 15:44:13 I am not sure I understand. These changes are in c
2954 '../components/components.gyp:dom_distiller_content', 2955 '../components/components.gyp:dom_distiller_content',
2955 '../components/components.gyp:keyed_service_content', 2956 '../components/components.gyp:keyed_service_content',
2956 '../components/components.gyp:navigation_interception', 2957 '../components/components.gyp:navigation_interception',
2957 '../components/components.gyp:password_manager_content_browser', 2958 '../components/components.gyp:password_manager_content_browser',
2958 '../components/components.gyp:precache_content', 2959 '../components/components.gyp:precache_content',
2959 '../components/components.gyp:sessions', 2960 '../components/components.gyp:sessions',
2960 '../components/components.gyp:storage_monitor', 2961 '../components/components.gyp:storage_monitor',
2961 '../components/components.gyp:translate_content_browser', 2962 '../components/components.gyp:translate_content_browser',
2962 '../components/components.gyp:url_matcher', 2963 '../components/components.gyp:url_matcher',
2963 '../components/components.gyp:usb_service', 2964 '../components/components.gyp:usb_service',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
3275 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3276 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3276 }], 3277 }],
3277 ['OS=="android"', { 3278 ['OS=="android"', {
3278 'dependencies': [ 3279 'dependencies': [
3279 '../components/components.gyp:cdm_browser', 3280 '../components/components.gyp:cdm_browser',
3280 '../components/components.gyp:web_contents_delegate_android', 3281 '../components/components.gyp:web_contents_delegate_android',
3281 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3282 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3282 'chrome_browser_jni_headers', 3283 'chrome_browser_jni_headers',
3283 ], 3284 ],
3284 'dependencies!': [ 3285 'dependencies!': [
3286 '../components/components.gyp:copresence',
3285 '../components/components.gyp:feedback_component', 3287 '../components/components.gyp:feedback_component',
3286 '../components/components.gyp:storage_monitor', 3288 '../components/components.gyp:storage_monitor',
3287 '../components/components.gyp:usb_service', 3289 '../components/components.gyp:usb_service',
3288 '../components/components.gyp:web_modal', 3290 '../components/components.gyp:web_modal',
3289 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3291 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3290 ], 3292 ],
3291 'sources': [ '<@(chrome_browser_android_sources)' ], 3293 'sources': [ '<@(chrome_browser_android_sources)' ],
3292 }, { # Non-Android. 3294 }, { # Non-Android.
3293 'sources': [ '<@(chrome_browser_non_android_sources)' ], 3295 'sources': [ '<@(chrome_browser_non_android_sources)' ],
3294 }], 3296 }],
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 'package_name': 'org/chromium/chrome/browser', 3612 'package_name': 'org/chromium/chrome/browser',
3611 'template_deps': ['browser/android/tab_load_status.h'], 3613 'template_deps': ['browser/android/tab_load_status.h'],
3612 }, 3614 },
3613 'includes': [ '../build/android/java_cpp_template.gypi' ], 3615 'includes': [ '../build/android/java_cpp_template.gypi' ],
3614 }, 3616 },
3615 ], 3617 ],
3616 }, 3618 },
3617 ], 3619 ],
3618 ], 3620 ],
3619 } 3621 }
OLDNEW
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | components/copresence/public/copresence_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698