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

Side by Side Diff: ui/ui.gyp

Issue 44933002: Implement OzonePlatform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 (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 12 matching lines...) Expand all
23 '../net/net.gyp:net', 23 '../net/net.gyp:net',
24 '../skia/skia.gyp:skia', 24 '../skia/skia.gyp:skia',
25 '../third_party/icu/icu.gyp:icui18n', 25 '../third_party/icu/icu.gyp:icui18n',
26 '../third_party/icu/icu.gyp:icuuc', 26 '../third_party/icu/icu.gyp:icuuc',
27 '../third_party/libpng/libpng.gyp:libpng', 27 '../third_party/libpng/libpng.gyp:libpng',
28 '../third_party/zlib/zlib.gyp:zlib', 28 '../third_party/zlib/zlib.gyp:zlib',
29 '../url/url.gyp:url_lib', 29 '../url/url.gyp:url_lib',
30 'base/strings/ui_strings.gyp:ui_strings', 30 'base/strings/ui_strings.gyp:ui_strings',
31 'events/events.gyp:events', 31 'events/events.gyp:events',
32 'gfx/gfx.gyp:gfx', 32 'gfx/gfx.gyp:gfx',
33 'ozone/ozone.gyp:ozone',
33 'ui_resources', 34 'ui_resources',
34 ], 35 ],
35 'defines': [ 36 'defines': [
36 'UI_IMPLEMENTATION', 37 'UI_IMPLEMENTATION',
37 ], 38 ],
38 # Export these dependencies since text_elider.h includes ICU headers. 39 # Export these dependencies since text_elider.h includes ICU headers.
39 'export_dependent_settings': [ 40 'export_dependent_settings': [
40 '../net/net.gyp:net', 41 '../net/net.gyp:net',
41 '../third_party/icu/icu.gyp:icui18n', 42 '../third_party/icu/icu.gyp:icui18n',
42 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 'xcode_settings': { 726 'xcode_settings': {
726 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 727 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
727 }, 728 },
728 }], 729 }],
729 ], 730 ],
730 }, 731 },
731 ], 732 ],
732 }], 733 }],
733 ], 734 ],
734 } 735 }
OLDNEW
« ui/ozone/ozone_platform.cc ('K') | « ui/ozone/platform/test/ozone_platform_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698