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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 1060733003: Support custom icon in search result. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment. Created 5 years, 7 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
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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'browser/chromeos/input_method/input_method_switch_recorder.cc', 407 'browser/chromeos/input_method/input_method_switch_recorder.cc',
408 'browser/chromeos/input_method/input_method_switch_recorder.h', 408 'browser/chromeos/input_method/input_method_switch_recorder.h',
409 'browser/chromeos/input_method/input_method_syncer.cc', 409 'browser/chromeos/input_method/input_method_syncer.cc',
410 'browser/chromeos/input_method/input_method_syncer.h', 410 'browser/chromeos/input_method/input_method_syncer.h',
411 'browser/chromeos/input_method/input_method_util.cc', 411 'browser/chromeos/input_method/input_method_util.cc',
412 'browser/chromeos/input_method/input_method_util.h', 412 'browser/chromeos/input_method/input_method_util.h',
413 'browser/chromeos/input_method/mode_indicator_controller.cc', 413 'browser/chromeos/input_method/mode_indicator_controller.cc',
414 'browser/chromeos/input_method/mode_indicator_controller.h', 414 'browser/chromeos/input_method/mode_indicator_controller.h',
415 'browser/chromeos/language_preferences.cc', 415 'browser/chromeos/language_preferences.cc',
416 'browser/chromeos/language_preferences.h', 416 'browser/chromeos/language_preferences.h',
417 'browser/chromeos/launcher_search_provider/error_reporter.cc',
418 'browser/chromeos/launcher_search_provider/error_reporter.h',
417 'browser/chromeos/launcher_search_provider/service.cc', 419 'browser/chromeos/launcher_search_provider/service.cc',
418 'browser/chromeos/launcher_search_provider/service.h', 420 'browser/chromeos/launcher_search_provider/service.h',
419 'browser/chromeos/launcher_search_provider/service_factory.cc', 421 'browser/chromeos/launcher_search_provider/service_factory.cc',
420 'browser/chromeos/launcher_search_provider/service_factory.h', 422 'browser/chromeos/launcher_search_provider/service_factory.h',
421 'browser/chromeos/locale_change_guard.cc', 423 'browser/chromeos/locale_change_guard.cc',
422 'browser/chromeos/locale_change_guard.h', 424 'browser/chromeos/locale_change_guard.h',
423 'browser/chromeos/login/app_launch_controller.cc', 425 'browser/chromeos/login/app_launch_controller.cc',
424 'browser/chromeos/login/app_launch_controller.h', 426 'browser/chromeos/login/app_launch_controller.h',
425 'browser/chromeos/login/app_launch_signin_screen.cc', 427 'browser/chromeos/login/app_launch_signin_screen.cc',
426 'browser/chromeos/login/app_launch_signin_screen.h', 428 'browser/chromeos/login/app_launch_signin_screen.h',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'browser/chromeos/attestation/attestation_signed_data.proto', 1333 'browser/chromeos/attestation/attestation_signed_data.proto',
1332 ], 1334 ],
1333 'variables': { 1335 'variables': {
1334 'proto_in_dir': 'browser/chromeos/attestation', 1336 'proto_in_dir': 'browser/chromeos/attestation',
1335 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1337 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1336 }, 1338 },
1337 'includes': [ '../build/protoc.gypi' ] 1339 'includes': [ '../build/protoc.gypi' ]
1338 }, 1340 },
1339 ], 1341 ],
1340 } 1342 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698