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

Side by Side Diff: ui/base/ui_base.gyp

Issue 187483005: Extending the Views-on-Mac experiment: whole app list grid. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still compiles r263560 + crrev/195793005 Created 6 years, 8 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 | « ui/base/models/menu_separator_types.h ('k') | ui/events/test/cocoa_test_event_utils.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'device_form_factor.h', 145 'device_form_factor.h',
146 'dragdrop/cocoa_dnd_util.h', 146 'dragdrop/cocoa_dnd_util.h',
147 'dragdrop/cocoa_dnd_util.mm', 147 'dragdrop/cocoa_dnd_util.mm',
148 'dragdrop/drag_drop_types.h', 148 'dragdrop/drag_drop_types.h',
149 'dragdrop/drag_drop_types_win.cc', 149 'dragdrop/drag_drop_types_win.cc',
150 'dragdrop/drag_source_win.cc', 150 'dragdrop/drag_source_win.cc',
151 'dragdrop/drag_source_win.h', 151 'dragdrop/drag_source_win.h',
152 'dragdrop/drag_utils.cc', 152 'dragdrop/drag_utils.cc',
153 'dragdrop/drag_utils.h', 153 'dragdrop/drag_utils.h',
154 'dragdrop/drag_utils_aura.cc', 154 'dragdrop/drag_utils_aura.cc',
155 'dragdrop/drag_utils_mac.mm',
155 'dragdrop/drag_utils_win.cc', 156 'dragdrop/drag_utils_win.cc',
156 'dragdrop/drop_target_event.cc', 157 'dragdrop/drop_target_event.cc',
157 'dragdrop/drop_target_event.h', 158 'dragdrop/drop_target_event.h',
158 'dragdrop/drop_target_win.cc', 159 'dragdrop/drop_target_win.cc',
159 'dragdrop/drop_target_win.h', 160 'dragdrop/drop_target_win.h',
160 'dragdrop/file_info.cc', 161 'dragdrop/file_info.cc',
161 'dragdrop/file_info.h', 162 'dragdrop/file_info.h',
162 'dragdrop/gtk_dnd_util.cc', 163 'dragdrop/gtk_dnd_util.cc',
163 'dragdrop/gtk_dnd_util.h', 164 'dragdrop/gtk_dnd_util.h',
164 'dragdrop/os_exchange_data.cc', 165 'dragdrop/os_exchange_data.cc',
165 'dragdrop/os_exchange_data.h', 166 'dragdrop/os_exchange_data.h',
166 'dragdrop/os_exchange_data_provider_aura.cc', 167 'dragdrop/os_exchange_data_provider_aura.cc',
167 'dragdrop/os_exchange_data_provider_aura.h', 168 'dragdrop/os_exchange_data_provider_aura.h',
168 'dragdrop/os_exchange_data_provider_aurax11.cc', 169 'dragdrop/os_exchange_data_provider_aurax11.cc',
169 'dragdrop/os_exchange_data_provider_aurax11.h', 170 'dragdrop/os_exchange_data_provider_aurax11.h',
171 'dragdrop/os_exchange_data_provider_mac.h',
172 'dragdrop/os_exchange_data_provider_mac.mm',
170 'dragdrop/os_exchange_data_provider_win.cc', 173 'dragdrop/os_exchange_data_provider_win.cc',
171 'dragdrop/os_exchange_data_provider_win.h', 174 'dragdrop/os_exchange_data_provider_win.h',
172 'hit_test.h', 175 'hit_test.h',
173 'l10n/formatter.cc', 176 'l10n/formatter.cc',
174 'l10n/formatter.h', 177 'l10n/formatter.h',
175 'l10n/l10n_font_util.cc', 178 'l10n/l10n_font_util.cc',
176 'l10n/l10n_font_util.h', 179 'l10n/l10n_font_util.h',
177 'l10n/l10n_util.cc', 180 'l10n/l10n_util.cc',
178 'l10n/l10n_util.h', 181 'l10n/l10n_util.h',
179 'l10n/l10n_util_android.cc', 182 'l10n/l10n_util_android.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 351 ],
349 }, { # use_aura!=1 352 }, { # use_aura!=1
350 'sources!': [ 353 'sources!': [
351 'cursor/cursor.cc', 354 'cursor/cursor.cc',
352 'cursor/cursor.h', 355 'cursor/cursor.h',
353 'cursor/cursor_loader_x11.cc', 356 'cursor/cursor_loader_x11.cc',
354 'cursor/cursor_loader_x11.h', 357 'cursor/cursor_loader_x11.h',
355 'cursor/cursor_mac.mm', 358 'cursor/cursor_mac.mm',
356 'cursor/cursor_win.cc', 359 'cursor/cursor_win.cc',
357 'cursor/cursor_x11.cc', 360 'cursor/cursor_x11.cc',
358 'nine_image_painter_factory.cc',
359 'nine_image_painter_factory.h',
360 'x/selection_owner.cc', 361 'x/selection_owner.cc',
361 'x/selection_owner.h', 362 'x/selection_owner.h',
362 'x/selection_requestor.cc', 363 'x/selection_requestor.cc',
363 'x/selection_requestor.h', 364 'x/selection_requestor.h',
364 'x/selection_utils.cc', 365 'x/selection_utils.cc',
365 'x/selection_utils.h', 366 'x/selection_utils.h',
366 ] 367 ]
367 }], 368 }],
369 ['use_aura==0 and OS!="mac"', {
370 'sources!': [
371 'nine_image_painter_factory.cc',
372 'nine_image_painter_factory.h',
373 ],
374 }],
368 ['use_aura==0 or OS!="linux"', { 375 ['use_aura==0 or OS!="linux"', {
369 'sources!': [ 376 'sources!': [
370 'resource/resource_bundle_auralinux.cc', 377 'resource/resource_bundle_auralinux.cc',
371 ], 378 ],
372 }], 379 }],
373 ['use_aura==1 and OS=="win"', { 380 ['use_aura==1 and OS=="win"', {
374 'sources/': [ 381 'sources/': [
375 ['exclude', 'dragdrop/drag_utils_aura.cc'], 382 ['exclude', 'dragdrop/drag_utils_aura.cc'],
376 ], 383 ],
377 }], 384 }],
378 ['use_glib == 1', { 385 ['use_glib == 1', {
379 'dependencies': [ 386 'dependencies': [
380 # font_gtk.cc uses fontconfig. 387 # font_gtk.cc uses fontconfig.
381 '../../build/linux/system.gyp:fontconfig', 388 '../../build/linux/system.gyp:fontconfig',
382 '../../build/linux/system.gyp:glib', 389 '../../build/linux/system.gyp:glib',
383 ], 390 ],
384 }], 391 }],
385 ['desktop_linux == 1 or chromeos == 1', { 392 ['desktop_linux == 1 or chromeos == 1', {
386 'conditions': [ 393 'conditions': [
387 ['toolkit_views==0 and use_aura==0', { 394 ['toolkit_views==0 and use_aura==0 and os!="mac"', {
388 # Note: because of gyp predence rules this has to be defined as 395 # Note: because of gyp predence rules this has to be defined as
389 # 'sources/' rather than 'sources!'. 396 # 'sources/' rather than 'sources!'.
390 'sources/': [ 397 'sources/': [
391 ['exclude', '^dragdrop/drag_utils.cc'], 398 ['exclude', '^dragdrop/drag_utils.cc'],
392 ['exclude', '^dragdrop/drag_utils.h'], 399 ['exclude', '^dragdrop/drag_utils.h'],
393 ['exclude', '^dragdrop/os_exchange_data.cc'], 400 ['exclude', '^dragdrop/os_exchange_data.cc'],
394 ['exclude', '^dragdrop/os_exchange_data.h'], 401 ['exclude', '^dragdrop/os_exchange_data.h'],
395 ], 402 ],
396 }, { 403 }, {
397 # Note: because of gyp predence rules this has to be defined as 404 # Note: because of gyp predence rules this has to be defined as
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'variables': { 592 'variables': {
586 'jni_gen_package': 'ui', 593 'jni_gen_package': 'ui',
587 'jni_generator_ptr_type': 'long', 594 'jni_generator_ptr_type': 'long',
588 }, 595 },
589 'includes': [ '../../build/jni_generator.gypi' ], 596 'includes': [ '../../build/jni_generator.gypi' ],
590 }, 597 },
591 ], 598 ],
592 }], 599 }],
593 ], 600 ],
594 } 601 }
OLDNEW
« no previous file with comments | « ui/base/models/menu_separator_types.h ('k') | ui/events/test/cocoa_test_event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698