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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 22723004: Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constan… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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 | « chrome/browser/ui/webui/version_handler.cc ('k') | chrome/common/chrome_content_client.cc » ('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 2453 matching lines...) Expand 10 before | Expand all | Expand 10 after
2464 '../third_party/libusb/libusb.gyp:libusb', 2464 '../third_party/libusb/libusb.gyp:libusb',
2465 '../third_party/libyuv/libyuv.gyp:libyuv', 2465 '../third_party/libyuv/libyuv.gyp:libyuv',
2466 '../third_party/npapi/npapi.gyp:npapi', 2466 '../third_party/npapi/npapi.gyp:npapi',
2467 '../third_party/re2/re2.gyp:re2', 2467 '../third_party/re2/re2.gyp:re2',
2468 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2468 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2469 '../ui/gl/gl.gyp:gl', 2469 '../ui/gl/gl.gyp:gl',
2470 '../ui/surface/surface.gyp:surface', 2470 '../ui/surface/surface.gyp:surface',
2471 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2471 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2472 '../v8/tools/gyp/v8.gyp:v8', 2472 '../v8/tools/gyp/v8.gyp:v8',
2473 '../webkit/common/webkit_common.gyp:webkit_common', 2473 '../webkit/common/webkit_common.gyp:webkit_common',
2474 '../webkit/plugins/webkit_plugins.gyp:plugins_common',
2475 '../webkit/storage_browser.gyp:webkit_storage_browser', 2474 '../webkit/storage_browser.gyp:webkit_storage_browser',
2476 '../webkit/storage_common.gyp:webkit_storage_common', 2475 '../webkit/storage_common.gyp:webkit_storage_common',
2477 '../webkit/webkit_resources.gyp:webkit_resources', 2476 '../webkit/webkit_resources.gyp:webkit_resources',
2478 ], 2477 ],
2479 'defines': [ 2478 'defines': [
2480 '<@(nacl_defines)', 2479 '<@(nacl_defines)',
2481 ], 2480 ],
2482 'direct_dependent_settings': { 2481 'direct_dependent_settings': {
2483 'defines': [ 2482 'defines': [
2484 '<@(nacl_defines)', 2483 '<@(nacl_defines)',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
3452 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3451 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3453 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3452 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3454 }, 3453 },
3455 'includes': [ '../build/android/java_cpp_template.gypi' ], 3454 'includes': [ '../build/android/java_cpp_template.gypi' ],
3456 }, 3455 },
3457 ], 3456 ],
3458 }, 3457 },
3459 ], 3458 ],
3460 ], 3459 ],
3461 } 3460 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_handler.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698