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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 356303002: First pass on adding a chrome/browser GN target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/BUILD.gn ('k') | no next file » | 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 '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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'browser/local_discovery/privet_device_lister.cc', 693 'browser/local_discovery/privet_device_lister.cc',
694 'browser/local_discovery/privet_device_lister.h', 694 'browser/local_discovery/privet_device_lister.h',
695 'browser/local_discovery/privet_device_lister_impl.cc', 695 'browser/local_discovery/privet_device_lister_impl.cc',
696 'browser/local_discovery/privet_device_lister_impl.h', 696 'browser/local_discovery/privet_device_lister_impl.h',
697 'browser/local_discovery/privet_device_resolver.cc', 697 'browser/local_discovery/privet_device_resolver.cc',
698 'browser/local_discovery/privet_device_resolver.h', 698 'browser/local_discovery/privet_device_resolver.h',
699 'browser/local_discovery/privet_http.cc', 699 'browser/local_discovery/privet_http.cc',
700 'browser/local_discovery/privet_http.h', 700 'browser/local_discovery/privet_http.h',
701 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', 701 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
702 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', 702 'browser/local_discovery/privet_http_asynchronous_factory_mac.h',
703 'browser/local_discovery/privet_local_printer_lister.h',
704 'browser/local_discovery/privet_local_printer_lister.cc',
705 'browser/local_discovery/privet_url_fetcher.cc', 703 'browser/local_discovery/privet_url_fetcher.cc',
706 'browser/local_discovery/privet_url_fetcher.h', 704 'browser/local_discovery/privet_url_fetcher.h',
707 'browser/local_discovery/privetv3_crypto_provider.cc', 705 'browser/local_discovery/privetv3_crypto_provider.cc',
708 'browser/local_discovery/privetv3_crypto_provider.h', 706 'browser/local_discovery/privetv3_crypto_provider.h',
709 'browser/local_discovery/privetv3_session.cc', 707 'browser/local_discovery/privetv3_session.cc',
710 'browser/local_discovery/privetv3_session.h', 708 'browser/local_discovery/privetv3_session.h',
711 'browser/local_discovery/privetv3_setup_flow.cc', 709 'browser/local_discovery/privetv3_setup_flow.cc',
712 'browser/local_discovery/privetv3_setup_flow.h', 710 'browser/local_discovery/privetv3_setup_flow.h',
713 'browser/local_discovery/privetv3_setup_operation.cc', 711 'browser/local_discovery/privetv3_setup_operation.cc',
714 'browser/local_discovery/privetv3_setup_operation.h', 712 'browser/local_discovery/privetv3_setup_operation.h',
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 'browser/webdata/logins_table_win.cc', 1662 'browser/webdata/logins_table_win.cc',
1665 'browser/webdata/web_apps_table.cc', 1663 'browser/webdata/web_apps_table.cc',
1666 'browser/webdata/web_apps_table.h', 1664 'browser/webdata/web_apps_table.h',
1667 'browser/webdata/web_data_service.cc', 1665 'browser/webdata/web_data_service.cc',
1668 'browser/webdata/web_data_service.h', 1666 'browser/webdata/web_data_service.h',
1669 'browser/webdata/web_data_service_factory.cc', 1667 'browser/webdata/web_data_service_factory.cc',
1670 'browser/webdata/web_data_service_factory.h', 1668 'browser/webdata/web_data_service_factory.h',
1671 'browser/webdata/web_data_service_win.cc', 1669 'browser/webdata/web_data_service_win.cc',
1672 'browser/webdata/web_intents_table.cc', 1670 'browser/webdata/web_intents_table.cc',
1673 'browser/webdata/web_intents_table.h', 1671 'browser/webdata/web_intents_table.h',
1674
1675 # These files are generated by GRIT.
1676 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
1677 '<(grit_out_dir)/grit/theme_resources_map.cc',
1678 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
1679
1680 # This file is generated by
1681 # chrome/browser/metrics/variations/generate_resources_map.py
1682 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/generated_re sources_map.cc',
1683 ], 1672 ],
1684 'chrome_browser_mac_sources': [ 1673 'chrome_browser_mac_sources': [
1685 'browser/media_galleries/fileapi/iphoto_data_provider.cc', 1674 'browser/media_galleries/fileapi/iphoto_data_provider.cc',
1686 'browser/media_galleries/fileapi/iphoto_data_provider.h', 1675 'browser/media_galleries/fileapi/iphoto_data_provider.h',
1687 'browser/media_galleries/fileapi/iphoto_file_util.cc', 1676 'browser/media_galleries/fileapi/iphoto_file_util.cc',
1688 'browser/media_galleries/fileapi/iphoto_file_util.h', 1677 'browser/media_galleries/fileapi/iphoto_file_util.h',
1689 ], 1678 ],
1690 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1679 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1691 'chrome_browser_win_mac_sources': [ 1680 'chrome_browser_win_mac_sources': [
1692 'browser/media_galleries/fileapi/iapps_data_provider.cc', 1681 'browser/media_galleries/fileapi/iapps_data_provider.cc',
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 '../ui/surface/surface.gyp:surface', 2971 '../ui/surface/surface.gyp:surface',
2983 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2972 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2984 '../v8/tools/gyp/v8.gyp:v8', 2973 '../v8/tools/gyp/v8.gyp:v8',
2985 '../webkit/common/webkit_common.gyp:webkit_common', 2974 '../webkit/common/webkit_common.gyp:webkit_common',
2986 '../webkit/storage_browser.gyp:webkit_storage_browser', 2975 '../webkit/storage_browser.gyp:webkit_storage_browser',
2987 '../webkit/storage_common.gyp:webkit_storage_common', 2976 '../webkit/storage_common.gyp:webkit_storage_common',
2988 '../webkit/webkit_resources.gyp:webkit_resources', 2977 '../webkit/webkit_resources.gyp:webkit_resources',
2989 ], 2978 ],
2990 'sources': [ 2979 'sources': [
2991 '<@(chrome_browser_non_ios_sources)', 2980 '<@(chrome_browser_non_ios_sources)',
2981
2982 # These files are generated by GRIT.
2983 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2984 '<(grit_out_dir)/grit/theme_resources_map.cc',
2985 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc ',
2986
2987 # This file is generated by
2988 # chrome/browser/metrics/variations/generate_resources_map.py
2989 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/genera ted_resources_map.cc',
2992 ], 2990 ],
2993 'defines': [ 2991 'defines': [
2994 '<@(nacl_defines)', 2992 '<@(nacl_defines)',
2995 ], 2993 ],
2996 'direct_dependent_settings': { 2994 'direct_dependent_settings': {
2997 'defines': [ 2995 'defines': [
2998 '<@(nacl_defines)', 2996 '<@(nacl_defines)',
2999 ], 2997 ],
3000 }, 2998 },
3001 }, { # OS == "ios" 2999 }, { # OS == "ios"
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'package_name': 'org/chromium/chrome/browser', 3579 'package_name': 'org/chromium/chrome/browser',
3582 'template_deps': ['browser/android/tab_load_status.h'], 3580 'template_deps': ['browser/android/tab_load_status.h'],
3583 }, 3581 },
3584 'includes': [ '../build/android/java_cpp_template.gypi' ], 3582 'includes': [ '../build/android/java_cpp_template.gypi' ],
3585 }, 3583 },
3586 ], 3584 ],
3587 }, 3585 },
3588 ], 3586 ],
3589 ], 3587 ],
3590 } 3588 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698