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

Side by Side Diff: components/components_tests.gyp

Issue 601733002: Rename component_resources.h to components_resources.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: output_name hack Created 6 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'sources': [ 883 'sources': [
884 'autofill/content/browser/risk/fingerprint_browsertest.cc', 884 'autofill/content/browser/risk/fingerprint_browsertest.cc',
885 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', 885 'dom_distiller/content/distiller_page_web_contents_browsertest.cc',
886 'password_manager/content/renderer/credential_manager_client_browser test.cc', 886 'password_manager/content/renderer/credential_manager_client_browser test.cc',
887 ], 887 ],
888 'actions': [ 888 'actions': [
889 { 889 {
890 'action_name': 'repack_components_pack', 890 'action_name': 'repack_components_pack',
891 'variables': { 891 'variables': {
892 'pak_inputs': [ 892 'pak_inputs': [
893 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources.pak ', 893 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pa k',
894 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_stri ngs_en-US.pak', 894 '<(SHARED_INTERMEDIATE_DIR)/components/strings/components_stri ngs_en-US.pak',
895 ], 895 ],
896 'pak_output': '<(PRODUCT_DIR)/components_resources.pak', 896 'pak_output': '<(PRODUCT_DIR)/components_resources.pak',
897 }, 897 },
898 'includes': [ '../build/repack_action.gypi' ], 898 'includes': [ '../build/repack_action.gypi' ],
899 }, 899 },
900 ], 900 ],
901 'conditions': [ 901 'conditions': [
902 ['OS == "android"', { 902 ['OS == "android"', {
903 'sources!': [ 903 'sources!': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'dependencies': [ 952 'dependencies': [
953 '../base/allocator/allocator.gyp:allocator', 953 '../base/allocator/allocator.gyp:allocator',
954 ], 954 ],
955 }], 955 }],
956 ], 956 ],
957 }, 957 },
958 ], 958 ],
959 }], 959 }],
960 ], 960 ],
961 } 961 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698