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

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: Moving tests to chrome/common/favicon/favicon_url_parser_unittest.cc 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 'common/importer/imported_favicon_usage.cc', 562 'common/importer/imported_favicon_usage.cc',
565 'common/importer/imported_favicon_usage.h', 563 'common/importer/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 2810 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3380 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3383 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3381 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3384 }, 3382 },
3385 'includes': [ '../build/android/java_cpp_template.gypi' ], 3383 'includes': [ '../build/android/java_cpp_template.gypi' ],
3386 }, 3384 },
3387 ], 3385 ],
3388 }, 3386 },
3389 ], 3387 ],
3390 ], 3388 ],
3391 } 3389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698