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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 12891005: Revert 189990 - re-re-land of "Refactor libjingle and libpeerconn..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « no previous file | trunk/src/content/content_tests.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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 'browser/notifications/message_center_notification_manager.h', 2944 'browser/notifications/message_center_notification_manager.h',
2945 'browser/notifications/message_center_settings_controller.cc', 2945 'browser/notifications/message_center_settings_controller.cc',
2946 'browser/notifications/message_center_settings_controller.h', 2946 'browser/notifications/message_center_settings_controller.h',
2947 ], 2947 ],
2948 }], 2948 }],
2949 ['enable_managed_users!=1', { 2949 ['enable_managed_users!=1', {
2950 'sources/': [ 2950 'sources/': [
2951 ['exclude', '^browser/managed_mode/'], 2951 ['exclude', '^browser/managed_mode/'],
2952 ] 2952 ]
2953 }], 2953 }],
2954 ['enable_webrtc==1', {
2955 'dependencies': [
2956 '../third_party/libjingle/libjingle.gyp:libpeerconnection',
2957 ],
2958 }],
2954 ], 2959 ],
2955 'target_conditions': [ 2960 'target_conditions': [
2956 # Need 'target_conditions' to override default filename_rules to include 2961 # Need 'target_conditions' to override default filename_rules to include
2957 # the files on Android. 2962 # the files on Android.
2958 ['OS=="android"', { 2963 ['OS=="android"', {
2959 'sources/': [ 2964 'sources/': [
2960 ['include', '^app/breakpad_linux\\.cc$'], 2965 ['include', '^app/breakpad_linux\\.cc$'],
2961 ['include', '^browser/crash_handler_host_linux\\.cc$'], 2966 ['include', '^browser/crash_handler_host_linux\\.cc$'],
2962 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'], 2967 ['include', '^browser/crash_handler_host_linux_stub\\.cc$'],
2963 ], 2968 ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
3118 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3123 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3119 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3124 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3120 }, 3125 },
3121 'includes': [ '../build/android/java_cpp_template.gypi' ], 3126 'includes': [ '../build/android/java_cpp_template.gypi' ],
3122 }, 3127 },
3123 ], 3128 ],
3124 }, 3129 },
3125 ], 3130 ],
3126 ], 3131 ],
3127 } 3132 }
OLDNEW
« no previous file with comments | « no previous file | trunk/src/content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698