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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17175017: Get rid of RequestRegistry (part 6): get rid of RequestRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix Created 7 years, 6 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/sync_file_system/drive/api_util.h ('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 '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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'browser/google_apis/gdata_contacts_requests.cc', 643 'browser/google_apis/gdata_contacts_requests.cc',
644 'browser/google_apis/gdata_contacts_requests.h', 644 'browser/google_apis/gdata_contacts_requests.h',
645 'browser/google_apis/gdata_errorcode.cc', 645 'browser/google_apis/gdata_errorcode.cc',
646 'browser/google_apis/gdata_errorcode.h', 646 'browser/google_apis/gdata_errorcode.h',
647 'browser/google_apis/gdata_wapi_requests.cc', 647 'browser/google_apis/gdata_wapi_requests.cc',
648 'browser/google_apis/gdata_wapi_requests.h', 648 'browser/google_apis/gdata_wapi_requests.h',
649 'browser/google_apis/gdata_wapi_parser.cc', 649 'browser/google_apis/gdata_wapi_parser.cc',
650 'browser/google_apis/gdata_wapi_parser.h', 650 'browser/google_apis/gdata_wapi_parser.h',
651 'browser/google_apis/gdata_wapi_url_generator.cc', 651 'browser/google_apis/gdata_wapi_url_generator.cc',
652 'browser/google_apis/gdata_wapi_url_generator.h', 652 'browser/google_apis/gdata_wapi_url_generator.h',
653 'browser/google_apis/request_registry.cc',
654 'browser/google_apis/request_registry.h',
655 'browser/google_apis/request_sender.cc', 653 'browser/google_apis/request_sender.cc',
656 'browser/google_apis/request_sender.h', 654 'browser/google_apis/request_sender.h',
657 'browser/google_apis/request_util.cc', 655 'browser/google_apis/request_util.cc',
658 'browser/google_apis/request_util.h', 656 'browser/google_apis/request_util.h',
659 'browser/google_apis/task_util.cc', 657 'browser/google_apis/task_util.cc',
660 'browser/google_apis/task_util.h', 658 'browser/google_apis/task_util.h',
661 'browser/google_apis/time_util.cc', 659 'browser/google_apis/time_util.cc',
662 'browser/google_apis/time_util.h', 660 'browser/google_apis/time_util.h',
663 'browser/gpu/chrome_gpu_util.cc', 661 'browser/gpu/chrome_gpu_util.cc',
664 'browser/gpu/chrome_gpu_util.h', 662 'browser/gpu/chrome_gpu_util.h',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
3322 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3320 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3323 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3321 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3324 }, 3322 },
3325 'includes': [ '../build/android/java_cpp_template.gypi' ], 3323 'includes': [ '../build/android/java_cpp_template.gypi' ],
3326 }, 3324 },
3327 ], 3325 ],
3328 }, 3326 },
3329 ], 3327 ],
3330 ], 3328 ],
3331 } 3329 }
OLDNEW
« no previous file with comments | « chrome/browser/sync_file_system/drive/api_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698