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

Side by Side Diff: base/base.gypi

Issue 5992006: Move data pack from base to app (it's just part of the resource bundle system... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « base/base.gyp ('k') | base/data/data_pack_unittest/sample.pak » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 'third_party/nss/blapit.h', 598 'third_party/nss/blapit.h',
599 'third_party/nss/sha256.h', 599 'third_party/nss/sha256.h',
600 'third_party/nss/sha512.cc', 600 'third_party/nss/sha512.cc',
601 'third_party/purify/pure.h', 601 'third_party/purify/pure.h',
602 'third_party/purify/pure_api.c', 602 'third_party/purify/pure_api.c',
603 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 603 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
604 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 604 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
605 'auto_reset.h', 605 'auto_reset.h',
606 'base64.cc', 606 'base64.cc',
607 'base64.h', 607 'base64.h',
608 'data_pack.cc',
609 'event_recorder.cc', 608 'event_recorder.cc',
610 'event_recorder.h', 609 'event_recorder.h',
611 'event_recorder_stubs.cc', 610 'event_recorder_stubs.cc',
612 'file_descriptor_shuffle.cc', 611 'file_descriptor_shuffle.cc',
613 'file_descriptor_shuffle.h', 612 'file_descriptor_shuffle.h',
614 'hmac.h', 613 'hmac.h',
615 'hmac_mac.cc', 614 'hmac_mac.cc',
616 'hmac_nss.cc', 615 'hmac_nss.cc',
617 'hmac_openssl.cc', 616 'hmac_openssl.cc',
618 'hmac_win.cc', 617 'hmac_win.cc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'third_party/xdg_mime/xdgmimemagic.c', 735 'third_party/xdg_mime/xdgmimemagic.c',
737 'third_party/xdg_mime/xdgmimemagic.h', 736 'third_party/xdg_mime/xdgmimemagic.h',
738 'third_party/xdg_mime/xdgmimeparent.c', 737 'third_party/xdg_mime/xdgmimeparent.c',
739 'third_party/xdg_mime/xdgmimeparent.h', 738 'third_party/xdg_mime/xdgmimeparent.h',
740 ], 739 ],
741 }, 740 },
742 ], 741 ],
743 }], 742 }],
744 ], 743 ],
745 } 744 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/data/data_pack_unittest/sample.pak » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698