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

Side by Side Diff: content/content_browser.gypi

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 ['include', '^browser/browser_url_handler_impl\\.cc$'], 1565 ['include', '^browser/browser_url_handler_impl\\.cc$'],
1566 ['include', '^browser/cert_store_impl\\.cc$'], 1566 ['include', '^browser/cert_store_impl\\.cc$'],
1567 ['include', '^browser/download/download_create_info\\.cc$'], 1567 ['include', '^browser/download/download_create_info\\.cc$'],
1568 ['include', '^browser/notification_service_impl\\.cc$'], 1568 ['include', '^browser/notification_service_impl\\.cc$'],
1569 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'], 1569 ['include', '^browser/signed_certificate_timestamp_store_impl\\.cc$'],
1570 ['include', '^browser/user_metrics\\.cc$'], 1570 ['include', '^browser/user_metrics\\.cc$'],
1571 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1571 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1572 ], 1572 ],
1573 }, { # OS!="ios" 1573 }, { # OS!="ios"
1574 'dependencies': [ 1574 'dependencies': [
1575 'app/strings/content_strings.gyp:content_strings',
1575 'browser/devtools/devtools_resources.gyp:devtools_resources', 1576 'browser/devtools/devtools_resources.gyp:devtools_resources',
1576 'content_common_mojo_bindings', 1577 'content_common_mojo_bindings',
1577 '../cc/cc.gyp:cc', 1578 '../cc/cc.gyp:cc',
1578 '../cc/cc.gyp:cc_surfaces', 1579 '../cc/cc.gyp:cc_surfaces',
1579 '../mojo/mojo_base.gyp:mojo_application_bindings', 1580 '../mojo/mojo_base.gyp:mojo_application_bindings',
1580 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1581 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
1581 '../mojo/mojo_base.gyp:mojo_js_bindings', 1582 '../mojo/mojo_base.gyp:mojo_js_bindings',
1582 '../net/net.gyp:http_server', 1583 '../net/net.gyp:http_server',
1583 '../third_party/angle/src/build_angle.gyp:commit_id', 1584 '../third_party/angle/src/build_angle.gyp:commit_id',
1584 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1585 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1585 '../ui/surface/surface.gyp:surface', 1586 '../ui/surface/surface.gyp:surface',
1586 '../webkit/common/webkit_common.gyp:webkit_common', 1587 '../webkit/common/webkit_common.gyp:webkit_common',
1587 '../webkit/storage_browser.gyp:webkit_storage_browser', 1588 '../webkit/storage_browser.gyp:webkit_storage_browser',
1588 '../webkit/storage_common.gyp:webkit_storage_common', 1589 '../webkit/storage_common.gyp:webkit_storage_common',
1589 '../webkit/webkit_resources.gyp:webkit_resources', 1590 '../webkit/webkit_resources.gyp:webkit_resources',
1590 '../webkit/webkit_resources.gyp:webkit_strings',
1591 ], 1591 ],
1592 }], 1592 }],
1593 ['enable_printing!=0', { 1593 ['enable_printing!=0', {
1594 'dependencies': [ 1594 'dependencies': [
1595 '../printing/printing.gyp:printing', 1595 '../printing/printing.gyp:printing',
1596 ], 1596 ],
1597 }], 1597 }],
1598 ['OS!="ios" and chrome_multiple_dll!=1', { 1598 ['OS!="ios" and chrome_multiple_dll!=1', {
1599 'dependencies': [ 1599 'dependencies': [
1600 '../third_party/WebKit/public/blink.gyp:blink', 1600 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 'sources': [ 1850 'sources': [
1851 'browser/media/cdm/browser_cdm_manager.cc', 1851 'browser/media/cdm/browser_cdm_manager.cc',
1852 'browser/media/cdm/browser_cdm_manager.h', 1852 'browser/media/cdm/browser_cdm_manager.h',
1853 # This works on Android because enable_browser_cdms==1 on Android. 1853 # This works on Android because enable_browser_cdms==1 on Android.
1854 'browser/media/media_web_contents_observer.cc', 1854 'browser/media/media_web_contents_observer.cc',
1855 'browser/media/media_web_contents_observer.h', 1855 'browser/media/media_web_contents_observer.h',
1856 ], 1856 ],
1857 }], 1857 }],
1858 ], 1858 ],
1859 } 1859 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698