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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 855513002: Add/resurrect support for bundles of WebStore items. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testext_bundle
Patch Set: add CRXs Created 5 years, 8 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
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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'browser/resources_util.cc', 635 'browser/resources_util.cc',
636 'browser/resources_util.h', 636 'browser/resources_util.h',
637 'browser/safe_browsing/safe_browsing_tab_observer.cc', 637 'browser/safe_browsing/safe_browsing_tab_observer.cc',
638 'browser/safe_browsing/safe_browsing_tab_observer.h', 638 'browser/safe_browsing/safe_browsing_tab_observer.h',
639 'browser/safe_browsing/srt_fetcher_win.cc', 639 'browser/safe_browsing/srt_fetcher_win.cc',
640 'browser/safe_browsing/srt_fetcher_win.h', 640 'browser/safe_browsing/srt_fetcher_win.h',
641 'browser/safe_browsing/srt_field_trial_win.cc', 641 'browser/safe_browsing/srt_field_trial_win.cc',
642 'browser/safe_browsing/srt_field_trial_win.h', 642 'browser/safe_browsing/srt_field_trial_win.h',
643 'browser/safe_browsing/srt_global_error_win.cc', 643 'browser/safe_browsing/srt_global_error_win.cc',
644 'browser/safe_browsing/srt_global_error_win.h', 644 'browser/safe_browsing/srt_global_error_win.h',
645 'browser/safe_image_fetcher.cc',
646 'browser/safe_image_fetcher.h',
645 'browser/safe_json_parser.cc', 647 'browser/safe_json_parser.cc',
646 'browser/safe_json_parser.h', 648 'browser/safe_json_parser.h',
647 'browser/search/contextual_search_policy_handler_android.cc', 649 'browser/search/contextual_search_policy_handler_android.cc',
648 'browser/search/contextual_search_policy_handler_android.h', 650 'browser/search/contextual_search_policy_handler_android.h',
649 'browser/search/contextual_search_promo_source_android.cc', 651 'browser/search/contextual_search_promo_source_android.cc',
650 'browser/search/contextual_search_promo_source_android.h', 652 'browser/search/contextual_search_promo_source_android.h',
651 'browser/search/iframe_source.cc', 653 'browser/search/iframe_source.cc',
652 'browser/search/iframe_source.h', 654 'browser/search/iframe_source.h',
653 'browser/search/instant_io_context.cc', 655 'browser/search/instant_io_context.cc',
654 'browser/search/instant_io_context.h', 656 'browser/search/instant_io_context.h',
(...skipping 3152 matching lines...) Expand 10 before | Expand all | Expand 10 after
3807 'variables': { 3809 'variables': {
3808 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3810 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3809 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3811 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3810 }, 3812 },
3811 'includes': [ '../build/protoc.gypi' ] 3813 'includes': [ '../build/protoc.gypi' ]
3812 }, 3814 },
3813 ], 3815 ],
3814 },], 3816 },],
3815 ], 3817 ],
3816 } 3818 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698