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

Side by Side Diff: ui/ui.gyp

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/renderer/plugins/plugin_placeholder.cc ('k') | ui/webui/DEPS » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'gfx/vector2d_conversions.cc', 503 'gfx/vector2d_conversions.cc',
504 'gfx/vector2d_conversions.h', 504 'gfx/vector2d_conversions.h',
505 'gfx/vector2d_f.cc', 505 'gfx/vector2d_f.cc',
506 'gfx/vector2d_f.h', 506 'gfx/vector2d_f.h',
507 'gfx/vector3d_f.cc', 507 'gfx/vector3d_f.cc',
508 'gfx/vector3d_f.h', 508 'gfx/vector3d_f.h',
509 'gfx/video_decode_acceleration_support_mac.h', 509 'gfx/video_decode_acceleration_support_mac.h',
510 'gfx/video_decode_acceleration_support_mac.mm', 510 'gfx/video_decode_acceleration_support_mac.mm',
511 'notifications/notification_types.h', 511 'notifications/notification_types.h',
512 'notifications/notification_types.cc', 512 'notifications/notification_types.cc',
513 'webui/jstemplate_builder.cc',
514 'webui/jstemplate_builder.h',
513 ], 515 ],
514 'target_conditions': [ 516 'target_conditions': [
515 ['OS == "ios"', { 517 ['OS == "ios"', {
516 'sources/': [ 518 'sources/': [
517 ['include', '^base/l10n/l10n_util_mac\\.mm$'], 519 ['include', '^base/l10n/l10n_util_mac\\.mm$'],
518 ], 520 ],
519 }], 521 }],
520 ], 522 ],
521 'conditions': [ 523 'conditions': [
522 ['OS!="ios"', { 524 ['OS!="ios"', {
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'link_settings': { 927 'link_settings': {
926 'libraries': [ 928 'libraries': [
927 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 929 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
928 ], 930 ],
929 }, 931 },
930 }, 932 },
931 ], 933 ],
932 }], 934 }],
933 ], 935 ],
934 } 936 }
OLDNEW
« no previous file with comments | « chrome/renderer/plugins/plugin_placeholder.cc ('k') | ui/webui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698