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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15505004: The chrome browser target should not depend on plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 7 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
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 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after
2327 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2327 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2328 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2328 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2329 '../third_party/libusb/libusb.gyp:libusb', 2329 '../third_party/libusb/libusb.gyp:libusb',
2330 '../third_party/npapi/npapi.gyp:npapi', 2330 '../third_party/npapi/npapi.gyp:npapi',
2331 '../third_party/re2/re2.gyp:re2', 2331 '../third_party/re2/re2.gyp:re2',
2332 '../ui/gl/gl.gyp:gl', 2332 '../ui/gl/gl.gyp:gl',
2333 '../ui/surface/surface.gyp:surface', 2333 '../ui/surface/surface.gyp:surface',
2334 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2334 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2335 '../v8/tools/gyp/v8.gyp:v8', 2335 '../v8/tools/gyp/v8.gyp:v8',
2336 '../webkit/support/webkit_support.gyp:glue_common', 2336 '../webkit/support/webkit_support.gyp:glue_common',
2337 '../webkit/support/webkit_support.gyp:plugins',
2338 '../webkit/support/webkit_support.gyp:plugins_common', 2337 '../webkit/support/webkit_support.gyp:plugins_common',
2339 '../webkit/support/webkit_support.gyp:webkit_resources', 2338 '../webkit/support/webkit_support.gyp:webkit_resources',
2340 '../webkit/support/webkit_support.gyp:webkit_storage', 2339 '../webkit/support/webkit_support.gyp:webkit_storage',
2341 ], 2340 ],
2342 'defines': [ 2341 'defines': [
2343 '<@(nacl_defines)', 2342 '<@(nacl_defines)',
2344 ], 2343 ],
2345 'direct_dependent_settings': { 2344 'direct_dependent_settings': {
2346 'defines': [ 2345 'defines': [
2347 '<@(nacl_defines)', 2346 '<@(nacl_defines)',
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
3223 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3222 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3224 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3223 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3225 }, 3224 },
3226 'includes': [ '../build/android/java_cpp_template.gypi' ], 3225 'includes': [ '../build/android/java_cpp_template.gypi' ],
3227 }, 3226 },
3228 ], 3227 ],
3229 }, 3228 },
3230 ], 3229 ],
3231 ], 3230 ],
3232 } 3231 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_component_installer.cc ('k') | ppapi/thunk/interfaces_legacy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698