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

Side by Side Diff: extensions/extensions.gypi

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 6 'variables': {
7 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'browser/api/storage/storage_api.cc', 454 'browser/api/storage/storage_api.cc',
455 'browser/api/storage/storage_api.h', 455 'browser/api/storage/storage_api.h',
456 'browser/api/storage/storage_frontend.cc', 456 'browser/api/storage/storage_frontend.cc',
457 'browser/api/storage/storage_frontend.h', 457 'browser/api/storage/storage_frontend.h',
458 'browser/api/storage/value_store_cache.cc', 458 'browser/api/storage/value_store_cache.cc',
459 'browser/api/storage/value_store_cache.h', 459 'browser/api/storage/value_store_cache.h',
460 'browser/api/storage/weak_unlimited_settings_storage.cc', 460 'browser/api/storage/weak_unlimited_settings_storage.cc',
461 'browser/api/storage/weak_unlimited_settings_storage.h', 461 'browser/api/storage/weak_unlimited_settings_storage.h',
462 'browser/api/system_cpu/cpu_info_provider.cc', 462 'browser/api/system_cpu/cpu_info_provider.cc',
463 'browser/api/system_cpu/cpu_info_provider.h', 463 'browser/api/system_cpu/cpu_info_provider.h',
464 'browser/api/system_cpu/cpu_info_provider_android.cc',
464 'browser/api/system_cpu/cpu_info_provider_linux.cc', 465 'browser/api/system_cpu/cpu_info_provider_linux.cc',
465 'browser/api/system_cpu/cpu_info_provider_mac.cc', 466 'browser/api/system_cpu/cpu_info_provider_mac.cc',
466 'browser/api/system_cpu/cpu_info_provider_win.cc', 467 'browser/api/system_cpu/cpu_info_provider_win.cc',
467 'browser/api/system_cpu/system_cpu_api.cc', 468 'browser/api/system_cpu/system_cpu_api.cc',
468 'browser/api/system_cpu/system_cpu_api.h', 469 'browser/api/system_cpu/system_cpu_api.h',
469 'browser/api/system_display/display_info_provider.cc', 470 'browser/api/system_display/display_info_provider.cc',
470 'browser/api/system_display/display_info_provider.h', 471 'browser/api/system_display/display_info_provider.h',
471 'browser/api/system_display/system_display_api.cc', 472 'browser/api/system_display/system_display_api.cc',
472 'browser/api/system_display/system_display_api.h', 473 'browser/api/system_display/system_display_api.h',
473 'browser/api/system_info/system_info_api.cc', 474 'browser/api/system_info/system_info_api.cc',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 'test/result_catcher.h', 1065 'test/result_catcher.h',
1065 'test/test_content_utility_client.cc', 1066 'test/test_content_utility_client.cc',
1066 'test/test_content_utility_client.h', 1067 'test/test_content_utility_client.h',
1067 'test/test_extensions_client.cc', 1068 'test/test_extensions_client.cc',
1068 'test/test_extensions_client.h', 1069 'test/test_extensions_client.h',
1069 'test/test_permission_message_provider.cc', 1070 'test/test_permission_message_provider.cc',
1070 'test/test_permission_message_provider.h', 1071 'test/test_permission_message_provider.h',
1071 ], 1072 ],
1072 }, 1073 },
1073 } 1074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698