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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15388002: Supporting high dpi favicons in Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 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
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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'browser/favicon/favicon_changed_details.h', 550 'browser/favicon/favicon_changed_details.h',
551 'browser/favicon/favicon_handler.cc', 551 'browser/favicon/favicon_handler.cc',
552 'browser/favicon/favicon_handler.h', 552 'browser/favicon/favicon_handler.h',
553 'browser/favicon/favicon_handler_delegate.h', 553 'browser/favicon/favicon_handler_delegate.h',
554 'browser/favicon/favicon_service.cc', 554 'browser/favicon/favicon_service.cc',
555 'browser/favicon/favicon_service.h', 555 'browser/favicon/favicon_service.h',
556 'browser/favicon/favicon_service_factory.cc', 556 'browser/favicon/favicon_service_factory.cc',
557 'browser/favicon/favicon_service_factory.h', 557 'browser/favicon/favicon_service_factory.h',
558 'browser/favicon/favicon_tab_helper.cc', 558 'browser/favicon/favicon_tab_helper.cc',
559 'browser/favicon/favicon_tab_helper.h', 559 'browser/favicon/favicon_tab_helper.h',
560 'browser/favicon/favicon_types.cc',
561 'browser/favicon/favicon_types.h',
562 'browser/favicon/favicon_util.cc', 560 'browser/favicon/favicon_util.cc',
563 'browser/favicon/favicon_util.h', 561 'browser/favicon/favicon_util.h',
564 'browser/favicon/imported_favicon_usage.cc', 562 'browser/favicon/imported_favicon_usage.cc',
565 'browser/favicon/imported_favicon_usage.h', 563 'browser/favicon/imported_favicon_usage.h',
566 'browser/file_select_helper.cc', 564 'browser/file_select_helper.cc',
567 'browser/file_select_helper.h', 565 'browser/file_select_helper.h',
568 'browser/first_run/first_run.cc', 566 'browser/first_run/first_run.cc',
569 'browser/first_run/first_run.h', 567 'browser/first_run/first_run.h',
570 'browser/first_run/first_run_dialog.h', 568 'browser/first_run/first_run_dialog.h',
571 'browser/first_run/first_run_internal.h', 569 'browser/first_run/first_run_internal.h',
(...skipping 2785 matching lines...) Expand 10 before | Expand all | Expand 10 after
3357 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3355 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3358 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3356 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3359 }, 3357 },
3360 'includes': [ '../build/android/java_cpp_template.gypi' ], 3358 'includes': [ '../build/android/java_cpp_template.gypi' ],
3361 }, 3359 },
3362 ], 3360 ],
3363 }, 3361 },
3364 ], 3362 ],
3365 ], 3363 ],
3366 } 3364 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698