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

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

Issue 209023003: Remove references to WebContentsView::SizeContents from chrome/ and app/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format 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
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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'ui_base_paths.h', 273 'ui_base_paths.h',
274 'ui_base_switches.cc', 274 'ui_base_switches.cc',
275 'ui_base_switches.h', 275 'ui_base_switches.h',
276 'ui_base_switches_util.cc', 276 'ui_base_switches_util.cc',
277 'ui_base_switches_util.h', 277 'ui_base_switches_util.h',
278 'ui_base_types.cc', 278 'ui_base_types.cc',
279 'ui_base_types.h', 279 'ui_base_types.h',
280 'ui_base_export.h', 280 'ui_base_export.h',
281 'view_prop.cc', 281 'view_prop.cc',
282 'view_prop.h', 282 'view_prop.h',
283 'web_contents_sizer.h',
283 'webui/jstemplate_builder.cc', 284 'webui/jstemplate_builder.cc',
284 'webui/jstemplate_builder.h', 285 'webui/jstemplate_builder.h',
285 'webui/web_ui_util.cc', 286 'webui/web_ui_util.cc',
286 'webui/web_ui_util.h', 287 'webui/web_ui_util.h',
287 'win/accessibility_ids_win.h', 288 'win/accessibility_ids_win.h',
288 'win/accessibility_misc_utils.cc', 289 'win/accessibility_misc_utils.cc',
289 'win/accessibility_misc_utils.h', 290 'win/accessibility_misc_utils.h',
290 'win/atl_module.h', 291 'win/atl_module.h',
291 'win/dpi_setup.cc', 292 'win/dpi_setup.cc',
292 'win/dpi_setup.h', 293 'win/dpi_setup.h',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 ], 510 ],
510 'sources!': [ 511 'sources!': [
511 'dragdrop/drag_drop_types.h', 512 'dragdrop/drag_drop_types.h',
512 'dragdrop/os_exchange_data.cc', 513 'dragdrop/os_exchange_data.cc',
513 ], 514 ],
514 }], 515 }],
515 ['OS=="mac"', { 516 ['OS=="mac"', {
516 'dependencies': [ 517 'dependencies': [
517 '../../third_party/mozilla/mozilla.gyp:mozilla', 518 '../../third_party/mozilla/mozilla.gyp:mozilla',
518 ], 519 ],
520 'sources': [
521 'web_contents_sizer.mm',
522 ],
519 'sources!': [ 523 'sources!': [
520 'dragdrop/drag_utils.cc', 524 'dragdrop/drag_utils.cc',
521 'dragdrop/drag_utils.h', 525 'dragdrop/drag_utils.h',
522 ], 526 ],
523 'link_settings': { 527 'link_settings': {
524 'libraries': [ 528 'libraries': [
525 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 529 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
526 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 530 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
527 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', 531 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
528 ], 532 ],
529 }, 533 },
534 }, { # OS!=mac
535 'sources': [
536 'web_contents_sizer.cc',
537 ],
530 }], 538 }],
531 ['use_x11==1', { 539 ['use_x11==1', {
532 'all_dependent_settings': { 540 'all_dependent_settings': {
533 'ldflags': [ 541 'ldflags': [
534 '-L<(PRODUCT_DIR)', 542 '-L<(PRODUCT_DIR)',
535 ], 543 ],
536 }, 544 },
537 'dependencies': [ 545 'dependencies': [
538 '../../build/linux/system.gyp:x11', 546 '../../build/linux/system.gyp:x11',
539 '../../build/linux/system.gyp:xcursor', 547 '../../build/linux/system.gyp:xcursor',
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 'variables': { 629 'variables': {
622 'jni_gen_package': 'ui', 630 'jni_gen_package': 'ui',
623 'jni_generator_ptr_type': 'long', 631 'jni_generator_ptr_type': 'long',
624 }, 632 },
625 'includes': [ '../../build/jni_generator.gypi' ], 633 'includes': [ '../../build/jni_generator.gypi' ],
626 }, 634 },
627 ], 635 ],
628 }], 636 }],
629 ], 637 ],
630 } 638 }
OLDNEW
« no previous file with comments | « ui/base/DEPS ('k') | ui/base/web_contents_sizer.h » ('j') | ui/base/web_contents_sizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698