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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23530007: Move API flows for cloud print into common class CloudPrintBaseApiFlow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: AppendQueryParameter Created 7 years, 3 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/local_discovery/local_discovery_ui_handler.cc ('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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'browser/lifetime/application_lifetime_android.h', 915 'browser/lifetime/application_lifetime_android.h',
916 'browser/lifetime/application_lifetime_aura.cc', 916 'browser/lifetime/application_lifetime_aura.cc',
917 'browser/lifetime/application_lifetime_gtk.cc', 917 'browser/lifetime/application_lifetime_gtk.cc',
918 'browser/lifetime/application_lifetime_mac.mm', 918 'browser/lifetime/application_lifetime_mac.mm',
919 'browser/lifetime/application_lifetime_stub.cc', 919 'browser/lifetime/application_lifetime_stub.cc',
920 'browser/lifetime/application_lifetime_win.cc', 920 'browser/lifetime/application_lifetime_win.cc',
921 'browser/lifetime/browser_close_manager.cc', 921 'browser/lifetime/browser_close_manager.cc',
922 'browser/lifetime/browser_close_manager.h', 922 'browser/lifetime/browser_close_manager.h',
923 'browser/local_discovery/cloud_print_account_manager.cc', 923 'browser/local_discovery/cloud_print_account_manager.cc',
924 'browser/local_discovery/cloud_print_account_manager.h', 924 'browser/local_discovery/cloud_print_account_manager.h',
925 'browser/local_discovery/cloud_print_base_api_flow.cc',
926 'browser/local_discovery/cloud_print_base_api_flow.h',
925 'browser/local_discovery/privet_confirm_api_flow.cc', 927 'browser/local_discovery/privet_confirm_api_flow.cc',
926 'browser/local_discovery/privet_confirm_api_flow.h', 928 'browser/local_discovery/privet_confirm_api_flow.h',
927 'browser/local_discovery/privet_constants.h', 929 'browser/local_discovery/privet_constants.h',
928 'browser/local_discovery/privet_constants.cc', 930 'browser/local_discovery/privet_constants.cc',
929 'browser/local_discovery/privet_url_fetcher.cc', 931 'browser/local_discovery/privet_url_fetcher.cc',
930 'browser/local_discovery/privet_url_fetcher.h', 932 'browser/local_discovery/privet_url_fetcher.h',
931 'browser/local_discovery/privet_http.h', 933 'browser/local_discovery/privet_http.h',
932 'browser/local_discovery/privet_http_impl.h', 934 'browser/local_discovery/privet_http_impl.h',
933 'browser/local_discovery/privet_http_impl.cc', 935 'browser/local_discovery/privet_http_impl.cc',
934 'browser/mac/dock.h', 936 'browser/mac/dock.h',
(...skipping 2567 matching lines...) Expand 10 before | Expand all | Expand 10 after
3502 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3504 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3503 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3505 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3504 }, 3506 },
3505 'includes': [ '../build/android/java_cpp_template.gypi' ], 3507 'includes': [ '../build/android/java_cpp_template.gypi' ],
3506 }, 3508 },
3507 ], 3509 ],
3508 }, 3510 },
3509 ], 3511 ],
3510 ], 3512 ],
3511 } 3513 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698