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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 1560027: Refactor FileVersionInfo into an interface with platform implementations. (Closed)
Patch Set: comments Created 10 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
« no previous file with comments | « chrome/test/reliability/page_load_test.cc ('k') | chrome_frame/test/util_unittests.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'type': 'shared_library', 698 'type': 'shared_library',
699 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2', 699 'msvs_guid': 'E3DE7E63-D3B6-4A9F-BCC4-5C8169E9C9F2',
700 'dependencies': [ 700 'dependencies': [
701 'base_noicu', 701 'base_noicu',
702 'chrome_frame_ie', 702 'chrome_frame_ie',
703 'chrome_frame_npapi', 703 'chrome_frame_npapi',
704 'chrome_frame_strings', 704 'chrome_frame_strings',
705 'chrome_frame_utils', 705 'chrome_frame_utils',
706 'chrome_launcher', 706 'chrome_launcher',
707 'xulrunner_sdk', 707 'xulrunner_sdk',
708 '../chrome/chrome.gyp:chrome_version_info',
708 '../chrome/chrome.gyp:common', 709 '../chrome/chrome.gyp:common',
709 '../chrome/chrome.gyp:utility', 710 '../chrome/chrome.gyp:utility',
710 '../build/temp_gyp/googleurl.gyp:googleurl', 711 '../build/temp_gyp/googleurl.gyp:googleurl',
711 ], 712 ],
712 'sources': [ 713 'sources': [
713 'chrome_frame_npapi.rgs', 714 'chrome_frame_npapi.rgs',
714 'chrome_frame_npapi_entrypoints.cc', 715 'chrome_frame_npapi_entrypoints.cc',
715 'chrome_frame_npapi_entrypoints.h', 716 'chrome_frame_npapi_entrypoints.h',
716 'chrome_tab.cc', 717 'chrome_tab.cc',
717 'chrome_tab.def', 718 'chrome_tab.def',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 ], 819 ],
819 } 820 }
820 821
821 # vim: shiftwidth=2:et:ai:tabstop=2 822 # vim: shiftwidth=2:et:ai:tabstop=2
822 823
823 # Local Variables: 824 # Local Variables:
824 # tab-width:2 825 # tab-width:2
825 # indent-tabs-mode:nil 826 # indent-tabs-mode:nil
826 # End: 827 # End:
827 # vim: set expandtab tabstop=2 shiftwidth=2: 828 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/reliability/page_load_test.cc ('k') | chrome_frame/test/util_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698