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

Side by Side Diff: base/base.gypi

Issue 17265006: wayland patch for inspection Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « .gitmodules ('k') | base/event_types.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 (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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 'value_conversions.cc', 565 'value_conversions.cc',
566 'value_conversions.h', 566 'value_conversions.h',
567 'version.cc', 567 'version.cc',
568 'version.h', 568 'version.h',
569 'vlog.cc', 569 'vlog.cc',
570 'vlog.h', 570 'vlog.h',
571 'nix/mime_util_xdg.cc', 571 'nix/mime_util_xdg.cc',
572 'nix/mime_util_xdg.h', 572 'nix/mime_util_xdg.h',
573 'nix/xdg_util.cc', 573 'nix/xdg_util.cc',
574 'nix/xdg_util.h', 574 'nix/xdg_util.h',
575 'wayland/wayland_event.h',
575 'win/enum_variant.h', 576 'win/enum_variant.h',
576 'win/enum_variant.cc', 577 'win/enum_variant.cc',
577 'win/event_trace_consumer.h', 578 'win/event_trace_consumer.h',
578 'win/event_trace_controller.cc', 579 'win/event_trace_controller.cc',
579 'win/event_trace_controller.h', 580 'win/event_trace_controller.h',
580 'win/event_trace_provider.cc', 581 'win/event_trace_provider.cc',
581 'win/event_trace_provider.h', 582 'win/event_trace_provider.h',
582 'win/i18n.cc', 583 'win/i18n.cc',
583 'win/i18n.h', 584 'win/i18n.h',
584 'win/iat_patch_function.cc', 585 'win/iat_patch_function.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 842 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
842 'sources/': [ 843 'sources/': [
843 ['exclude', '^third_party/nspr/'], 844 ['exclude', '^third_party/nspr/'],
844 ], 845 ],
845 }], 846 }],
846 ], 847 ],
847 }], 848 }],
848 ], 849 ],
849 }, 850 },
850 } 851 }
OLDNEW
« no previous file with comments | « .gitmodules ('k') | base/event_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698