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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11929016: Move jstemplate_builder.* to ui\webui so it can be reused by webui implementations outside of chrom… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to 177705 to get yfriendman's fix Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 'common/form_field_data_predictions.cc', 266 'common/form_field_data_predictions.cc',
267 'common/form_field_data_predictions.h', 267 'common/form_field_data_predictions.h',
268 'common/icon_with_badge_image_source.cc', 268 'common/icon_with_badge_image_source.cc',
269 'common/icon_with_badge_image_source.h', 269 'common/icon_with_badge_image_source.h',
270 'common/instant_types.cc', 270 'common/instant_types.cc',
271 'common/instant_types.h', 271 'common/instant_types.h',
272 'common/json_schema_constants.cc', 272 'common/json_schema_constants.cc',
273 'common/json_schema_constants.h', 273 'common/json_schema_constants.h',
274 'common/json_schema_validator.cc', 274 'common/json_schema_validator.cc',
275 'common/json_schema_validator.h', 275 'common/json_schema_validator.h',
276 'common/jstemplate_builder.cc',
277 'common/jstemplate_builder.h',
278 'common/localized_error.cc', 276 'common/localized_error.cc',
279 'common/localized_error.h', 277 'common/localized_error.h',
280 'common/logging_chrome.cc', 278 'common/logging_chrome.cc',
281 'common/logging_chrome.h', 279 'common/logging_chrome.h',
282 'common/mac/app_mode_common.h', 280 'common/mac/app_mode_common.h',
283 'common/mac/app_mode_common.mm', 281 'common/mac/app_mode_common.mm',
284 'common/mac/cfbundle_blocker.h', 282 'common/mac/cfbundle_blocker.h',
285 'common/mac/cfbundle_blocker.mm', 283 'common/mac/cfbundle_blocker.mm',
286 'common/mac/launchd.h', 284 'common/mac/launchd.h',
287 'common/mac/launchd.mm', 285 'common/mac/launchd.mm',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'common/metrics/proto/user_action_event.proto', 654 'common/metrics/proto/user_action_event.proto',
657 ], 655 ],
658 'variables': { 656 'variables': {
659 'proto_in_dir': 'common/metrics/proto', 657 'proto_in_dir': 'common/metrics/proto',
660 'proto_out_dir': 'chrome/common/metrics/proto', 658 'proto_out_dir': 'chrome/common/metrics/proto',
661 }, 659 },
662 'includes': [ '../build/protoc.gypi' ], 660 'includes': [ '../build/protoc.gypi' ],
663 }, 661 },
664 ], 662 ],
665 } 663 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | chrome/common/common_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698