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

Side by Side Diff: app/app_base.gypi

Issue 5992006: Move data pack from base to app (it's just part of the resource bundle system... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « app/app.gyp ('k') | app/data_pack.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'clipboard/clipboard.cc', 108 'clipboard/clipboard.cc',
109 'clipboard/clipboard.h', 109 'clipboard/clipboard.h',
110 'clipboard/clipboard_linux.cc', 110 'clipboard/clipboard_linux.cc',
111 'clipboard/clipboard_mac.mm', 111 'clipboard/clipboard_mac.mm',
112 'clipboard/clipboard_util_win.cc', 112 'clipboard/clipboard_util_win.cc',
113 'clipboard/clipboard_util_win.h', 113 'clipboard/clipboard_util_win.h',
114 'clipboard/clipboard_win.cc', 114 'clipboard/clipboard_win.cc',
115 'clipboard/scoped_clipboard_writer.cc', 115 'clipboard/scoped_clipboard_writer.cc',
116 'clipboard/scoped_clipboard_writer.h', 116 'clipboard/scoped_clipboard_writer.h',
117 'combobox_model.h', 117 'combobox_model.h',
118 'data_pack.cc',
119 'data_pack.h',
118 'drag_drop_types_gtk.cc', 120 'drag_drop_types_gtk.cc',
119 'drag_drop_types_win.cc', 121 'drag_drop_types_win.cc',
120 'drag_drop_types.h', 122 'drag_drop_types.h',
121 'event_synthesis_gtk.cc', 123 'event_synthesis_gtk.cc',
122 'event_synthesis_gtk.h', 124 'event_synthesis_gtk.h',
123 'file_download_interface.h', 125 'file_download_interface.h',
124 'gfx/font_util.h', 126 'gfx/font_util.h',
125 'gfx/font_util.cc', 127 'gfx/font_util.cc',
126 'gfx/gl/gl_bindings.h', 128 'gfx/gl/gl_bindings.h',
127 'gfx/gl/gl_context.cc', 129 'gfx/gl/gl_context.cc',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'configurations': { 451 'configurations': {
450 'Common_Base': { 452 'Common_Base': {
451 'msvs_target_platform': 'x64', 453 'msvs_target_platform': 'x64',
452 }, 454 },
453 }, 455 },
454 }, 456 },
455 ], 457 ],
456 }], 458 }],
457 ], 459 ],
458 } 460 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/data_pack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698