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

Side by Side Diff: ui/ui.gyp

Issue 10933091: Enable a minimal content/ build on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@rohits-image-change
Patch Set: Rebase Created 8 years, 3 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
« no previous file with comments | « content/test/test_content_browser_client.cc ('k') | no next file » | 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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 27 matching lines...) Expand all
38 '../third_party/icu/icu.gyp:icui18n', 38 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc', 39 '../third_party/icu/icu.gyp:icuuc',
40 ], 40 ],
41 # iOS uses a small subset of ui. common_sources are the only files that 41 # iOS uses a small subset of ui. common_sources are the only files that
42 # are built on iOS. 42 # are built on iOS.
43 'common_sources' : [ 43 'common_sources' : [
44 'base/layout.cc', 44 'base/layout.cc',
45 'base/layout.h', 45 'base/layout.h',
46 'base/models/tree_node_iterator.h', 46 'base/models/tree_node_iterator.h',
47 'base/models/tree_node_model.h', 47 'base/models/tree_node_model.h',
48 'base/resource/data_pack.cc',
49 'base/resource/data_pack.h',
50 'base/resource/resource_handle.h',
48 'base/ui_base_paths.cc', 51 'base/ui_base_paths.cc',
49 'base/ui_base_paths.h', 52 'base/ui_base_paths.h',
50 'base/ui_base_switches.cc', 53 'base/ui_base_switches.cc',
51 'base/ui_base_switches.h', 54 'base/ui_base_switches.h',
52 'base/ui_export.h', 55 'base/ui_export.h',
53 'gfx/image/image.cc', 56 'gfx/image/image.cc',
54 'gfx/image/image.h', 57 'gfx/image/image.h',
55 'gfx/image/image_ios.mm', 58 'gfx/image/image_ios.mm',
56 'gfx/image/image_mac.mm', 59 'gfx/image/image_mac.mm',
57 'gfx/image/image_skia.cc', 60 'gfx/image/image_skia.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'base/native_theme/native_theme_base.cc', 313 'base/native_theme/native_theme_base.cc',
311 'base/native_theme/native_theme_base.h', 314 'base/native_theme/native_theme_base.h',
312 'base/native_theme/native_theme_gtk.cc', 315 'base/native_theme/native_theme_gtk.cc',
313 'base/native_theme/native_theme_gtk.h', 316 'base/native_theme/native_theme_gtk.h',
314 'base/native_theme/native_theme_win.cc', 317 'base/native_theme/native_theme_win.cc',
315 'base/native_theme/native_theme_win.h', 318 'base/native_theme/native_theme_win.h',
316 'base/range/range.cc', 319 'base/range/range.cc',
317 'base/range/range.h', 320 'base/range/range.h',
318 'base/range/range_mac.mm', 321 'base/range/range_mac.mm',
319 'base/range/range_win.cc', 322 'base/range/range_win.cc',
320 'base/resource/data_pack.cc',
321 'base/resource/data_pack.h',
322 'base/resource/resource_bundle.cc', 323 'base/resource/resource_bundle.cc',
323 'base/resource/resource_bundle.h', 324 'base/resource/resource_bundle.h',
324 'base/resource/resource_bundle_android.cc', 325 'base/resource/resource_bundle_android.cc',
325 'base/resource/resource_bundle_aurax11.cc', 326 'base/resource/resource_bundle_aurax11.cc',
326 'base/resource/resource_bundle_gtk.cc', 327 'base/resource/resource_bundle_gtk.cc',
327 'base/resource/resource_bundle_mac.mm', 328 'base/resource/resource_bundle_mac.mm',
328 'base/resource/resource_bundle_win.cc', 329 'base/resource/resource_bundle_win.cc',
329 'base/resource/resource_bundle_win.h', 330 'base/resource/resource_bundle_win.h',
330 'base/resource/resource_data_dll_win.cc', 331 'base/resource/resource_data_dll_win.cc',
331 'base/resource/resource_data_dll_win.h', 332 'base/resource/resource_data_dll_win.h',
332 'base/resource/resource_handle.h',
333 'base/text/bytes_formatting.cc', 333 'base/text/bytes_formatting.cc',
334 'base/text/bytes_formatting.h', 334 'base/text/bytes_formatting.h',
335 'base/text/text_elider.cc', 335 'base/text/text_elider.cc',
336 'base/text/text_elider.h', 336 'base/text/text_elider.h',
337 'base/text/utf16_indexing.cc', 337 'base/text/utf16_indexing.cc',
338 'base/text/utf16_indexing.h', 338 'base/text/utf16_indexing.h',
339 'base/theme_provider.cc', 339 'base/theme_provider.cc',
340 'base/theme_provider.h', 340 'base/theme_provider.h',
341 'base/touch/touch_factory.cc', 341 'base/touch/touch_factory.cc',
342 'base/touch/touch_factory.h', 342 'base/touch/touch_factory.h',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 }, 806 },
807 ], 807 ],
808 'conditions': [ 808 'conditions': [
809 ['inside_chromium_build == 1', { 809 ['inside_chromium_build == 1', {
810 'includes': [ 810 'includes': [
811 'ui_unittests.gypi', 811 'ui_unittests.gypi',
812 ]}, 812 ]},
813 ], 813 ],
814 ], 814 ],
815 } 815 }
OLDNEW
« no previous file with comments | « content/test/test_content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698