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

Side by Side Diff: ui/ui.gyp

Issue 141703005: Remove all exclude rules that filename_rules.gypi already handles. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | « printing/printing.gyp ('k') | webkit/common/webkit_common.gyp » ('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) 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 'sources!': [ 492 'sources!': [
493 'base/view_prop.cc', 493 'base/view_prop.cc',
494 'base/view_prop.h', 494 'base/view_prop.h',
495 ], 495 ],
496 }], 496 }],
497 ], 497 ],
498 'sources!': [ 498 'sources!': [
499 'base/dragdrop/drag_drop_types.h', 499 'base/dragdrop/drag_drop_types.h',
500 'base/dragdrop/os_exchange_data.cc', 500 'base/dragdrop/os_exchange_data.cc',
501 ], 501 ],
502 'sources/': [
503 ['exclude', '^base/win/'],
504 ],
505 }], 502 }],
506 ['OS=="mac"', { 503 ['OS=="mac"', {
507 'dependencies': [ 504 'dependencies': [
508 '../third_party/mozilla/mozilla.gyp:mozilla', 505 '../third_party/mozilla/mozilla.gyp:mozilla',
509 ], 506 ],
510 'sources!': [ 507 'sources!': [
511 'base/dragdrop/drag_utils.cc', 508 'base/dragdrop/drag_utils.cc',
512 'base/dragdrop/drag_utils.h', 509 'base/dragdrop/drag_utils.h',
513 ], 510 ],
514 'link_settings': { 511 'link_settings': {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'variables': { 638 'variables': {
642 'jni_gen_package': 'ui', 639 'jni_gen_package': 'ui',
643 'jni_generator_ptr_type': 'long', 640 'jni_generator_ptr_type': 'long',
644 }, 641 },
645 'includes': [ '../build/jni_generator.gypi' ], 642 'includes': [ '../build/jni_generator.gypi' ],
646 }, 643 },
647 ], 644 ],
648 }], 645 }],
649 ], 646 ],
650 } 647 }
OLDNEW
« no previous file with comments | « printing/printing.gyp ('k') | webkit/common/webkit_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698