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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10836105: Implement favicon.ico variant selection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'browser/external_tab/external_tab_container.h', 1080 'browser/external_tab/external_tab_container.h',
1081 'browser/favicon/favicon_handler.cc', 1081 'browser/favicon/favicon_handler.cc',
1082 'browser/favicon/favicon_handler.h', 1082 'browser/favicon/favicon_handler.h',
1083 'browser/favicon/favicon_handler_delegate.h', 1083 'browser/favicon/favicon_handler_delegate.h',
1084 'browser/favicon/favicon_service.cc', 1084 'browser/favicon/favicon_service.cc',
1085 'browser/favicon/favicon_service.h', 1085 'browser/favicon/favicon_service.h',
1086 'browser/favicon/favicon_tab_helper.cc', 1086 'browser/favicon/favicon_tab_helper.cc',
1087 'browser/favicon/favicon_tab_helper.h', 1087 'browser/favicon/favicon_tab_helper.h',
1088 'browser/favicon/favicon_util.cc', 1088 'browser/favicon/favicon_util.cc',
1089 'browser/favicon/favicon_util.h', 1089 'browser/favicon/favicon_util.h',
1090 'browser/favicon/select_favicon_frames.cc',
1091 'browser/favicon/select_favicon_frames.h',
1090 'browser/file_select_helper.cc', 1092 'browser/file_select_helper.cc',
1091 'browser/file_select_helper.h', 1093 'browser/file_select_helper.h',
1092 'browser/first_run/first_run.cc', 1094 'browser/first_run/first_run.cc',
1093 'browser/first_run/first_run.h', 1095 'browser/first_run/first_run.h',
1094 'browser/first_run/first_run_dialog.h', 1096 'browser/first_run/first_run_dialog.h',
1095 'browser/first_run/first_run_import_observer.cc', 1097 'browser/first_run/first_run_import_observer.cc',
1096 'browser/first_run/first_run_import_observer.h', 1098 'browser/first_run/first_run_import_observer.h',
1097 'browser/first_run/first_run_internal.h', 1099 'browser/first_run/first_run_internal.h',
1098 'browser/first_run/first_run_linux.cc', 1100 'browser/first_run/first_run_linux.cc',
1099 'browser/first_run/first_run_mac.mm', 1101 'browser/first_run/first_run_mac.mm',
(...skipping 4417 matching lines...) Expand 10 before | Expand all | Expand 10 after
5517 'includes': [ '../build/jni_generator.gypi' ], 5519 'includes': [ '../build/jni_generator.gypi' ],
5518 'dependencies': [ 5520 'dependencies': [
5519 'android_jar_jni_headers', 5521 'android_jar_jni_headers',
5520 ], 5522 ],
5521 }, 5523 },
5522 ], 5524 ],
5523 }, 5525 },
5524 ], 5526 ],
5525 ], 5527 ],
5526 } 5528 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698